Hi,
am getting a problem when trying to use psyco with python-ogre and threading. Its difficult to provide a detailed description, but essentially I have a presentation realized in python-ogre, that uses data from a cx_Oracle connection and a pythonRSS feed, both encapsulated in 2 threads. The project is closed so unfortunately I cannot provide any code. The crash seems to occur when data is received from the RSS reading thread, at which point the application hangs with no error message. Simply removing psyco.full() from the application resolves the problem.
I've used psyco with pure python-ogre before, without using RSS or threading, so I imagine the problem must be something to do with the threading module.
thanks,
from benjamin.harling@futurenet.co.uk
Logged In: YES
user_id=4771
Originator: NO
I can't help or debug this without a working example of code
that misbehaves. If you can, give a reduced minimal example.
If you cannot there isn't much I can do.