[Stackless] Compiling stackless with PyQt4?
Richard Tew
richard.m.tew at gmail.com
Mon Mar 26 11:49:35 CEST 2007
On 3/26/07, Caleb J. Howard <caleb at howlor.com> wrote:
> > /usr/stackless_python/bin/python ProdConPyQt.py
> ProdConPyQt.py:20: RuntimeWarning: Python C API version mismatch for module
> PyQt4.QtGui: This Python has API version 1013, module PyQt4.QtGui has version
It appears your PyQT is compiled against a later version of Python
(which explains the missing unicode function from the API as well). I
encourage you to either obtain PyQT binaries compiled against the same
version of Python which your Stackless is, or compile PyQT yourself.
Hope this helps,
Richard.
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list