<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12">
<TITLE>Pb import qt</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>Hello,</FONT>
</P>
<P><FONT SIZE=2>I have compiled PyQt3.3.2 on Mandrake 8.2 with Qt3. Compilation seems correct but when I lauch python and import qt, I have the following message. I suppose there is a missing lib but which ? PyQt was built with only libqt-mt. May be I miss libqui ?</FONT></P>
<P><FONT SIZE=2>-- Jerome</FONT>
</P>
<P><FONT SIZE=2>>>> import qt</FONT>
<BR><FONT SIZE=2>Traceback (most recent call last):</FONT>
<BR><FONT SIZE=2> File "<stdin>", line 1, in ?</FONT>
<BR><FONT SIZE=2> File "/usr/lib/python2.2/site-packages/qt.py", line 53, in ?</FONT>
<BR><FONT SIZE=2> import libqtc</FONT>
<BR><FONT SIZE=2>ImportError: /usr/lib/python2.2/site-packages/libqtcmodule.so: undefined </FONT>
<BR><FONT SIZE=2>symbol: metaObject__C9QSGIStyle</FONT>
</P>
</BODY>
</HTML>