from PyQt4 import QtWebKit ImportError: DLL load failed

goldtech goldtech at worldpost.com
Wed Jan 18 15:06:04 EST 2012


Hi,

Using WinXP

I installed PyQt from http://www.riverbankcomputing.co.uk/software/pyqt/download

installation file: PyQt-Py2.7-x86-gpl-4.9-1

then tried:


Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> from PyQt4 import QtWebKit

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    from PyQt4 import QtWebKit
ImportError: DLL load failed: The specified procedure could not be
found.
>>>

This is a common problem when I google it but I don't see a clear
procedure for a fix.

Any help appreciated.



More information about the Python-list mailing list