Hello,

I created a PySide application with QML UI. I have a problem with quitting it. Sometimes it exits correctly but sometimes the Python process hangs (the GUI disappears correctly). If I hit Ctrl+Break, I get this error message:

QObject::killTimers: timers cannot be stopped from another thread


Do you have any idea what can be wrong in my application? It doesn't happen always. Sometimes the program quits correctly, sometimes Python process remains running and I have to kill it from task manager.


Thank you,

Vladimir

_______________________________________________
PySide mailing list
PySide@lists.openbossa.org
http://lists.openbossa.org/listinfo/pyside

Reply via email to