Hi I'm working with several persons on a PyQT python application.

This application is using threads / QThreads in several places.


When trying to quit the application it doesn't stop.


I assume one thread / QThread did not stop. (wasn't declared as daemon
thread)


Is there a simple way in Python to identify all
active Threads / QThreads when trying, such that I can locate the
thread, itls related python code and fix it?

Thanks for any suggestions.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to