[PyQt] random deadlocks in pyqt application

2009-08-30 Thread Erik Janssens
Hi, I'm having random deadlocks in my pyqt application (I don't do any locking and such in the app itself, but the app has 2 QThreads). They appear to occur random when the application is used like a madman (opening and closing windows all the time). A strange observation is that the chances

[PyQt] close tabs?

2009-08-30 Thread patx
I have the code http://codepad.org/bAV10oAr. I can not figure out how to close the tabs. Can someone tell me what I need to do, I have the tab indexes in a list. Thanks, PATX. ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] random deadlocks in pyqt application

2009-08-30 Thread Giovanni Bajo
On dom, 2009-08-30 at 11:22 +0200, Erik Janssens wrote: Hi, I'm having random deadlocks in my pyqt application (I don't do any locking and such in the app itself, but the app has 2 QThreads). They appear to occur random when the application is used like a madman (opening and closing