[PyQt] windows problem

H

hankpai

Dumb question from extreme newbie.

Steps so far:
1. Installed Python 2.5
2. Installed Qt 4.2.1 (with mingw) from executable
3. Installed PyQt 4.1 from executable

Been trying to run the first example (t1.pyw) in the tutorials folder,
but the following error pops up while running the from idle-python gui:

Traceback (most recent call last):
File "C:/TestEnv/t1.pyw", line 7, in <module>
from PyQt4 import QtGui
ImportError: DLL load failed: The specified module could not be found.

Thanks for any help!

-henry
 
P

Phil Thompson

Dumb question from extreme newbie.

Steps so far:
1. Installed Python 2.5
2. Installed Qt 4.2.1 (with mingw) from executable
3. Installed PyQt 4.1 from executable

Been trying to run the first example (t1.pyw) in the tutorials folder,
but the following error pops up while running the from idle-python gui:

Traceback (most recent call last):
File "C:/TestEnv/t1.pyw", line 7, in <module>
from PyQt4 import QtGui
ImportError: DLL load failed: The specified module could not be found.

Make sure your PATH includes the directories containing the Qt and MinGW DLLs.

Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top