[PyQt] Win 7, 64 bit, latest PyQt installer: importing QtGui fails

Phil Thompson phil at riverbankcomputing.com
Tue Apr 2 09:31:58 BST 2013


On Mon, 01 Apr 2013 13:43:22 +0200, Sibylle Koczian
<nulla.epistola at web.de>
wrote:
> Hello,
> 
> I've just installed the latest PyQt4 with this installer:
> 
>
http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.10/PyQt4-4.10-gpl-Py3.3-Qt5.0.1-x64-2.exe
> 
> Installation seemed to work normally, but now I can't import QtGui:
> 
> Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:57:17) [MSC v.1600 64

> bit (AM
> D64)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> from PyQt4 import QtCore
>  >>> from PyQt4 import QtGui
> Traceback (most recent call last):
>    File "<stdin>", line 1, in <module>
> ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.
>  >>>
> 
> What can I do? Is this the same error Detlev Offenbach reported two 
> weeks ago?

As I have said, I (and presumably most other people) cannot reproduce the
problem. One possibility is a missing DLL - try installing a DLL dependency
checker to see if that identifies it.

Phil


More information about the PyQt mailing list