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 &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
<br>&gt;&gt;&gt; from PyQt4 import QtGui<br>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>ImportError: /usr/lib64/python2.5/site-packages/PyQt4/QtGui.so: undefined symbol: _ZNK18QX11EmbedContainer5errorEv
<br>&gt;&gt;&gt;&nbsp; <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>