在Ubuntu 11.10上安装wxPython

时间:2012-04-14 02:11:31

标签: python ubuntu installation wxpython

希望有人帮我安装wxPython。 我有ubuntu 11.10并且没有构建包。 我使用此页面(http://wxpython.org/BUILD.html)作为安装指南 安装后,我运行

>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

应该怎么做才能解决? 谢谢!

1 个答案:

答案 0 :(得分:6)

关注the instructions for installing on Ubuntu or Debian

编辑:实际上,你甚至不需要这样做,因为它是in the main repos

sudo aptitude install python-wxgtk2.8