Phil,

I investigated the DLL problem and found the following. Still not sure what is causing it though. I tested 2 different PyQt installers under Windows 7 64-bit, uninstalling each before testing the other. I made a clean PATH env var to just PyQt and Python.

-- PyQt-Py2.6-gpl-4.7-1.exe  - Works fine

From a command prompt:
C:\Users\scott>set path=C:\Python26\Lib\site-packages\PyQt4\bin;C:\Python26
C:\Users\scott>python
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4 import QtCore
>>>

-- PyQt-Py2.6-gpl-4.7.3-1.exe - Errors out

From a command prompt:
C:\Users\scott>set PATH=C:\Python26\Lib\site-packages\PyQt4\bin;C:\Python26
C:\Users\scott>python
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4 import QtCore
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified procedure could not be found.
>>>
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to