[PyKDE] import libqtc : module not found error! : Newbie
karthik Guru
karthikg at aztec.soft.net
Fri Dec 14 14:10:54 GMT 2001
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