<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<small><font face="Arial">Phil,<br>
<br>
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.<br>
<br>
</font></small><small><font face="Arial">-- PyQt-Py2.6-gpl-4.7-1.exe</font></small><small><font
face="Arial"> - Works fine<br>
</font></small><br>
<small><font face="Arial">From a command prompt:<br>
C:\Users\scott>set
path=C:\Python26\Lib\site-packages\PyQt4\bin;C:\Python26<br>
C:\Users\scott>python<br>
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit
(Intel)] on win32<br>
Type "help", "copyright", "credits" or "license" for more information.<br>
>>> from PyQt4 import QtCore<br>
>>><br>
</font></small><br>
<small><font face="Arial">-- PyQt-Py2.6-gpl-4.7.3-1.exe - Errors out</font></small><br>
<br>
<small><font face="Arial">From a command prompt:</font></small><br>
<small><font face="Arial">C:\Users\scott>set
PATH=C:\Python26\Lib\site-packages\PyQt4\bin;C:\Python26<br>
C:\Users\scott>python<br>
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit
(Intel)] on win32<br>
Type "help", "copyright", "credits" or "license" for more information.<br>
>>> from PyQt4 import QtCore<br>
Traceback (most recent call last):<br>
File "<stdin>", line 1, in <module><br>
ImportError: DLL load failed: The specified procedure could not be
found.<br>
>>><br>
</font></small>
</body>
</html>