Can anyone tell me how to get PyQt4 working with Stackless? I found this:
___________________________ Subject: Re: [PyQt] PyQt4.3 and stackless python 2.5.1 working?Link to this message From: Michael Guntsche ([EMAIL PROTECTED]) Date: 08/28/2007 04:20:16 PM List: org.kde.pykde On Aug 29, 2007, at 0:08, Michael Guntsche wrote: Hi list, I recently played around a little bit with stackless python and also wanted to try it together with PyQt to see how lightweight threading works. The problem is that it look like stackless and pyqt4 do not like each other very much. Ok, answering my own mail here after searching through the stackless mail archive. Changing siplib.c like explained here http://article.gmane.org/ gmane.comp.python.stackless/2431 gave me a working sip and pyqt with stackless python. I have not tested if this breaks normal python but I thought I might post an answer to the list in case someone else is looking for it. Kind regards, Micaehl ___________________________ But the link given is just a blank page now. So does anyone know what change needs to be made to siplib.c? Also, would I have to compile SIP and PyQt4, or could I just compile SIP and use the PyQt4 Windows binaries? Because I already tried compiling PyQt4....it doesn't work. thx _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
