[Stackless] 3.1b3 on 2.4.3 crashes with PyQt on Windows

Drew Gulino drew_gulino at yahoo.com
Mon May 15 23:41:09 CEST 2006


I was trying to get the old population sim app (http://www.valdyas.org/python/worldsim.html) working with the latest Stackless, and It was crashing Python every time.

I found it was the import of Qt code that did it.

If I remove Stackless, PyQt works fine.

I tried different versions of PyQt (the lastest PyQt4-gpl-4.0beta1-Py2.4-Qt4.1.2.exe from troll tech and PyQtGPL10.exe from http://www.quadgames.com/download/pythonqt/), but both give:

python.exe - Application error
The instruction at "0x1e0baad0" referenced memory at "0x00c67001".  The memory could not be "read".

(I love the quotes around "read" - why?)

This is easily repeatable within a python shell:
PyQt4-gpl-4.0beta1-Py2.4-Qt4.1.2.exe:
    from PyQt4 import QtGui
PyQtGPL10.exe:
    from qt import *

Environment:
Windows XP SP1
Python 2.4.3
The latest binary off of stackless.com
Python console header:
Python 2.4.3 Stackless 3.1b3 060504 (#69, May  3 2006, 19:20:41) [MSC v.1310 32bit (Intel)] on win32

Anyone else having this problem?

		
---------------------------------
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.stackless.com/pipermail/stackless/attachments/20060515/57253bfc/attachment.htm 
-------------- next part --------------
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless


More information about the Stackless mailing list