[PyKDE] PyQt on Win2000

Michael Lauer mickey at tm.informatik.uni-frankfurt.de
Thu Apr 11 12:03:25 BST 2002


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.

copy libsip.dll to <windows>/system32

-- 
:M:
--
|----------------------------------------------------------------------------|
| Dipl.-Inf. Michael 'Mickey' Lauer   
mickey at tm.informatik.uni-frankfurt.de |
|   Raum 10b - ++49 69 798 28358        Fachbereich Informatik und
Biologie  |
|----------------------------------------------------------------------------|





More information about the PyQt mailing list