I don't see any further messages in this thread, so I assume that 2.6.5 works for all using PyQt 4.7.3.

I still have a problem though:
Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
from PyQt4.QtCore import *
Traceback (most recent call last):
  File "<console>", line 0, in <module>
ImportError: DLL load failed: The specified procedure could not be found.

The only difference I can see is that I run a commercial version of PyQt: i.e. PyQt-win-commercial-4.7.3

So I had to build from source. Could that make a difference?

Also, are there different releases in Python 2.6.5? in other words could one get 2.6.5 with other build release than r265:79096?

Eric



On 20 Apr 2010, at 12:28, Michael Collins wrote:

I went back to 2.6.5 from 3.1 and everything worked fine. I haven't
looked at the internals of what could cause this, but one thought
would be that there is something different with the sip bindings in
this version that causes methods to not be found in the DLL? That's a
complete shot in the dark since I haven't even bothered to look at
what that DLL error is, nor read the generated source.

On Tue, Apr 20, 2010 at 4:51 AM, Philippe Crave
<philippe.cr...@gmail.com> wrote:
I was using python 2.6.2. In 2.6.5 no more problems.

Le 20 avr. 2010, 10:12 AM, "Phil Thompson" <p...@riverbankcomputing.com > a
écrit :

On Mon, 19 Apr 2010 22:34:09 -0700, Scott Ballard <sc...@scottballard.net >
wrote:

Phil, > > I investigated the DLL problem and found the following. Still
not sure > what is causi...

 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 "...

 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 "...

 � 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
p...@riverbankcomputing.c...

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to