I can compile the latest snapshot of PyQt fine, however when I try to import it I get the following error...
Python 2.5 (r25:51908, Oct 25 2006, 09:55:50)
[GCC 4.1.1 (Gentoo 4.1.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4 import QtGui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/lib64/python2.5/site-packages/PyQt4/QtGui.so: undefined symbol: _ZNK18QX11EmbedContainer5errorEv
>>>
I'm running qt-4.1.4.
Does anyone know what my problem is?
Regards,
Andrew
_______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
