On Mon, 19 Apr 2010 22:34:09 -0700, Scott Ballard <[email protected]> wrote: > 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:Usersscott>set path=C:Python26Libsite-packagesPyQt4bin;C:Python26 > C:Usersscott>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:Usersscott>set PATH=C:Python26Libsite-packagesPyQt4bin;C:Python26 > C:Usersscott>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 "", line 1, in > ImportError: DLL load failed: The specified procedure could not be found. > >>>
Based on Glenn's feedback, can you try with Python v2.6.5? Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
