[PyKDE] import libqtc : module not found error in Windows! : Newbie

karthik Guru karthikg at aztec.soft.net
Fri Dec 14 15:43:35 GMT 2001


i tried searching the group but i can't find a solution.
what is wrong with my installation??

thanks
karthik.



-----Original Message-----
From: karthik Guru [mailto:karthikg at aztec.soft.net]
Sent: Friday, December 14, 2001 6:57 PM
To: pykde at mats.gmd.de
Subject: import libqtc : module not found error! : Newbie
Importance: High


hi all,


os: windows nt

i installed
qt2.3.0 from trolltech.com

then i installed pyqt from thekompany website and i get the error i have
pasted below.


I found that libqtc.pyd is present in the

d:\\python21\dlls folder.

sys.path has an entry for that. Still it failed why??

>>> from qt import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "d:\python21\lib\qt.py", line 44, in ?
    import libqtc
ImportError: DLL load failed: The specified module could not be found.
>>> import sys
>>> sys.path
['', 'd:\\python21\\pythonwin', 'd:\\python21\\win32',
'd:\\python21\\win32\\lib', 'd:\\py
thon21', 'd:\\python21\\dlls', 'd:\\python21\\lib',
'd:\\python21\\lib\\plat-win', 'd:\\py
thon21\\lib\\lib-tk']
>>>


Please reply.
thanks,
karthik





More information about the PyQt mailing list