Michael Lauer wrote: > > Am Don, 2002-04-11 um 02.09 schrieb Roundy, Lance: > > I'm interested in trying PyQt out. I've installed the Non-Commercial > > version of Qt as well as the associated PyQt module. All the installs > > seemed to go fine. However my initial attempt to import qt results in... > > > > >>> from qt import * > > Traceback (most recent call last): > > File "<pyshell#1>", line 1, in ? > > from qt import * > > File "D:\Program Files\Python22\lib\qt.py", line 46, in ? > > import libsip > > ImportError: DLL load failed: The specified module could not be found. > > > > >From what I read PyQt included the SIP module but all I can find on my > > system is libsip.dll under the Python 2.2 libs directory.
Which is correct. What is your sys.path? > copy libsip.dll to <windows>/system32 This shouldn't be necessary. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
