[PyKDE] undefined symbol in libsip on python 2.0

Phil Thompson phil at river-bank.demon.co.uk
Wed Jul 3 18:07:01 BST 2002


Smith, Dave wrote:

> I've run into this before and replaced the Python 2.1+ call
> to PyThreadState_DeleteCurrent() with what I think the Python 2.0
> equivalent is: PyThreadState_Delete(PyThreadState_Get())
> in siplib/threads.c.
> 
> Is this the correct solution?  I have not had any problems
> with it, though, I don't feel I have exercised it thoroughly.


I've done something similar, but different, based on what the 
threadmodule in 2.0 does.

Phil




More information about the PyQt mailing list