wxPython installation woes on OpenSUSE

linuxfreak samgurung at gmail.com
Sat Jan 7 01:17:32 EST 2006


Hi all,

I downloaded the wxpython2.6 tar ball and tried building an rpm from it
in
an opensuse 10 computer. The command i used was

rpmbuild -tb <wxpython tar file>

The build worked fine and i found an 3 rpms in
/usr/src/packages/RPMS/i586

Then proceeded to install the which went without any hiccups... but
when i
import the wx package like so

>>> import wx

i get the following error... Cant figure out whats happening... Any
help
would be appreciated


Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File
"/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/__init__.py",
line 42, in ?
    from wx._core import *
  File
"/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py",
line 4, in ?
    import _core_
ImportError:
/usr/lib/wxPython-2.6.1.0-gtk2-unicode/lib/libwx_gtk2ud-2.6.so.0:
undefined symbol: pango_x_get_context




More information about the Python-list mailing list