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