I built and installed wxPython 2.9 on Ubuntu 12.04, with the recent
patch, but when I import wx I get this error:
File "userpoll.py", line 2, in <module>
from wxpoll import *
File "/home/bruce/Documents/wxPython/wxpoll.py", line 2, in <module>
import wx
File "/usr/local/lib/python2.7/dist-packages/wx/__init__.py", line
45, in <module>
from wx._core import *
File "/usr/local/lib/python2.7/dist-packages/wx/_core.py", line 4, in <module>
import _core_
ImportError: libwx_gtk2u_adv-2.9.so.4: cannot open shared object file:
No such file or directory
However, I find this file:
/usr/local/lib/libwx_gtk2u_adv-2.9.so.4
Any idea what I could be doing wrong?