wxPython problems with Fedora Core 5

jerry.levan at gmail.com jerry.levan at gmail.com
Fri Jun 2 15:53:35 EDT 2006


writeson wrote:
> Hi all,
>
> I'm trying to use wxPython from a fairly new installation of Fedora
> Core 5. I installed wxPython using yum -y install wxPython and that all
> seemed to work fine. However, when I run Python and do this:
>
> import wx
>
> I get this:
>
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/lib/python2.4/site-packages/wx/__init__.py", line 45, in ?
>     from wxPython import wx
>   File "/usr/lib/python2.4/site-packages/wxPython/__init__.py", line
> 20, in ?
>     import wxc
> ImportError: /usr/lib/libwx_gtk2-2.4.so.0: undefined symbol:
> pango_x_get_context
>
> Anyone have any ideas what's going on and what I can do to fix this?
>
> Thanks in advance,
> Doug

Check the FC5 Forums, I think the basic answer was to remove the python
"compat"
rpms.

Jerry




More information about the Python-list mailing list