<!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">&nbsp; - Works fine<br>
</font></small><br>
<small><font face="Arial">From a command prompt:<br>
C:\Users\scott&gt;set
path=C:\Python26\Lib\site-packages\PyQt4\bin;C:\Python26<br>
C:\Users\scott&gt;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>
&gt;&gt;&gt; from PyQt4 import QtCore<br>
&gt;&gt;&gt;<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&gt;set
PATH=C:\Python26\Lib\site-packages\PyQt4\bin;C:\Python26<br>
C:\Users\scott&gt;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>
&gt;&gt;&gt; from PyQt4 import QtCore<br>
Traceback (most recent call last):<br>
&nbsp; File "&lt;stdin&gt;", line 1, in &lt;module&gt;<br>
ImportError: DLL load failed: The specified procedure could not be
found.<br>
&gt;&gt;&gt;<br>
</font></small>
</body>
</html>