[PyQT] NULL tstate

A

axel.mittendorf

Hi, I got a problem in a multithreaded PyQT application
that uses the translate method from the QApplication class.
The last thing it does is:

self.cmd_anything.setAccel(self.__tr("Alt+S"))

__tr is:

def __tr(self,s,c =None):
return qApp.translate( "Form_anything", s,c)

after this the application quits with this error message:
Fatal Python error: PyEval_SaveThread: NULL tstate

Does anyone know what this is?

TIA, Axel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top