wxPython problems with Fedora Core 5

writeson writeson at charter.net
Fri Jun 2 14:07:06 EDT 2006


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




More information about the Python-list mailing list