[PyQt] windows problem

Phil Thompson phil at riverbankcomputing.co.uk
Wed Nov 29 03:35:04 EST 2006


On Wednesday 29 November 2006 8:12 am, hankpai at gmail.com wrote:
> 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



More information about the Python-list mailing list