Cannot import PyQt4.QtGui
Posted
by Rock Hymas
on Stack Overflow
See other posts from Stack Overflow
or by Rock Hymas
Published on 2010-04-29T16:08:44Z
Indexed on
2010/04/29
17:57 UTC
Read the original article
Hit count: 367
I have a working Python 2.6 install and just installed the PyQt4 built for Python 2.6 (available at http://www.riverbankcomputing.co.uk/software/pyqt/download). When I try to import PyQt4.QtGui I get the following error:
ImportError: DLL load failed: The specified procedure could not be found.
I'm on Windows 2k8 64-bit, but my Python install is 32-bit.
© Stack Overflow or respective owner