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

Lutz Paelike lutz_p at gmx.net
Tue May 16 16:35:13 CEST 2006


I guess you need to compile PyQt yourself and point the include and lib path to your stackless installation.
In general every extension you use with stackless needs to be build against stackless.

So there is a problem if you use binary installers on Windows...

Cheers,

Lutz


Drew Gulino wrote:
> 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?
> 

_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list