[PyKDE] PyQt on Win2000

Roundy, Lance LRoundy at ebuilt.com
Thu Apr 11 11:36:05 BST 2002


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.

Any direction on how I might further troubleshoot/correct the problem would
be appreciated.

Please reply directly as I'm not yet a member of the mailing list.  Thanks!

Lance






More information about the PyQt mailing list