wxPython problem

sillyemperor sillyemperor at gmail.com
Mon Apr 10 05:27:55 EDT 2006


Hubert Pitura wrote:
> Hello,
>
> I've installed openSUSE 10 64bit, Python 2.4.3 (from sources) and wxPython
> 2.6 (from Red Hat's rpms). When I' trying to import wx the error comes up:
>
> >>> import wx
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py", line 42, in ?
>     from wx._core import *
>   File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line 4, in ?
>     import _core_
> ImportError:
> /usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core_.so: cannot
> open shared object file: No such file or directory
>
> What is going on? Any help would be appreciated.
> 
> Greetings, Hubert.


do you install wxWidget?




More information about the Python-list mailing list