Hi everyone,
hope somebody helps me to install wxPython.
I have ubuntu 11.10 and there is no build package for it.
I used this page ( http://wxpython.org/BUILD.html ) as guidance to install
after installing, I run
python
then
import wx
Traceback (most recent call last):
File “”, line 1, in
File “wx/init.py”, line 45, in
from wx._core import *
File “wx/_core.py”, line 4, in
import core
ImportError: libwx_gtk2u_adv-2.9.so.3: cannot open shared object file: No such file or directory
What should do to fix it?
thank you!
Michael
oh, sorry for spam but I have found package in the main repository.
···
On Fri, Apr 13, 2012 at 7:07 PM, Michael Shavlovsky mshavlov@gmail.com wrote:
Hi everyone,
hope somebody helps me to install wxPython.
I have ubuntu 11.10 and there is no build package for it.
I used this page ( http://wxpython.org/BUILD.html ) as guidance to install
after installing, I run
python
then
import wx
Traceback (most recent call last):
File “”, line 1, in
File “wx/init.py”, line 45, in
from wx._core import *
File “wx/_core.py”, line 4, in
import core
ImportError: libwx_gtk2u_adv-2.9.so.3: cannot open shared object file: No such file or directory
What should do to fix it?
thank you!
Michael