Re: [PyKDE] PyQT Threading on Windows?

2005-09-01 Thread Michael Andrews
On Wed, 2005-08-31 at 21:47 -0700, Hoka "ME" Tichenci wrote: > I've searched around a bit and nothing has really seemed to help. Right now > i'm working on developing a GUI for a system that uses a threaded backend, > and calls into the threads work perfectly fine. However, whenever a > callback

Re: [PyKDE] ANN: New Releases of PyQt, PyKDE, SIP and QScintilla

2005-09-01 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Detlev Offenbach schrieb: > Am Dienstag, 30. August 2005 21:32 schrieb Phil Thompson: > >>The following have been released and are available at the usual place... >> >>PyQt v3.15 >>PyKDE-snapshot20050829 >>SIP v4.3 >>QScintilla v1.6 >> >>Most of the w

Re: [PyKDE] ANN: New Releases of PyQt, PyKDE, SIP and QScintilla

2005-09-01 Thread Detlev Offenbach
Am Dienstag, 30. August 2005 21:32 schrieb Phil Thompson: > The following have been released and are available at the usual place... > > PyQt v3.15 > PyKDE-snapshot20050829 > SIP v4.3 > QScintilla v1.6 > > Most of the work has been under the covers - supporting Python's cyclic > garbage collector i

Re: [PyKDE] PyQT Threading on Windows?

2005-09-01 Thread Diez B. Roggisch
I assume from what you say that you are using the non-commercial version of Qt/PyQt on Windows. This is SIP v3 based because the version of Qt is v2.x. If you want a version built with SIP v4 you will need the commercial versions of Qt and PyQt. He says Qt 3.x - so I guess he might be using Qt-f

Re: [PyKDE] PyQT Threading on Windows?

2005-09-01 Thread Phil Thompson
> I've searched around a bit and nothing has really seemed to help. Right > now > i'm working on developing a GUI for a system that uses a threaded backend, > and calls into the threads work perfectly fine. However, whenever a > callback from the threaded application happens and a QT object gets >

Re: [PyKDE] Importing sip-generated module into multiple interpreters

2005-09-01 Thread Phil Thompson
> Hi, > > I'm trying to encapsulate a script into > a seperate Python interpreter. The idea > is that these scripts are safely > isolated from the rest of the system, > except for our sip-generated "module" API. > > 1Py_BEGIN_ALLOW_THREADS > > 2PyThreadState *pi = Py_NewInterpreter(); > 3

Re: [PyKDE] ANN: New Releases of PyQt, PyKDE, SIP and QScintilla

2005-09-01 Thread Phil Thompson
> On Tue, 30 Aug 2005 20:32:50 +0100, Phil Thompson wrote: > >> The following have been released and are available at the usual place... >> >> PyQt v3.15 >> PyKDE-snapshot20050829 >> SIP v4.3 >> QScintilla v1.6 >> >> Most of the work has been under the covers - supporting Python's cyclic >> garbage