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

Sibylle Koczian nulla.epistola at web.de
Mon Apr 1 15:06:29 BST 2013


Am 01.04.2013 13:43, schrieb Sibylle Koczian:
> 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.
>  >>>
>

Just remembered a similar issue with fdb and Python 3.3. In that case it 
seems to have been this ctypes bug:

http://bugs.python.org/issue16283

Could it be the same problem here? Nothing about fixing the bug in the 
report, as far as I can see.

Sibylle




More information about the PyQt mailing list