2012-04-14 10 views
1

誰かがwxPythonのインストールを助けてくれることを願っています。 私はubuntu 11.10を持っていて、そのためのビルドパッケージはありません。 私がインストールした後 をインストールするための指針として、このページ(http://wxpython.org/BUILD.html)を使用し、私はそれを修正するために何をすべきかインストールwxPython on Ubuntu 11.10

>python 

>>>import wx 

Traceback (most recent call last): 
    File "<stdin>", line 1, in <module> 
    File "wx/__init__.py", line 45, in <module> 
    from wx._core import * 
    File "wx/_core.py", line 4, in <module> 
    import _core_ 
ImportError: libwx_gtk2u_adv-2.9.so.3: cannot open shared object file: No such file or directory 

を実行しますか? ありがとうございます!

答えて

6

the instructions for installing on Ubuntu or Debianに従ってください。

EDIT:それはin the main reposなので実際には、あなたも、それをする必要はありません。

sudo aptitude install python-wxgtk2.8 
+0

あなたに男をありがとう!それはリポジトリにあります。 wxpython.orgでは、彼らはubuntu 11.10用のリポジトリにバージョンがないと書いていました。再度、感謝します ) – ashim