On Saturday 17 January 2004 10:42 pm, Rob Cakebread wrote: > Hi, > > I've compiled sip 4.0_rc2 and PyQt 3.10, using Python 2.3.3. From what I > read on the website, that combination should work. > > If I "import qt" I get: > > Traceback (most recent call last): > File "<stdin>", line 1, in ? > File "/usr/lib/python2.3/site-packages/qt.py", line 24, in ? > import libsip > ImportError: No module named libsip > > I don't seem to have a libsip anywhere. I do have > /usr/lib/python2.3/site-packages/sip.so > > Any ideas?
Remove your old version of PyQt, ie. qt*.py and libqt* from site-packages. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
