python - PyQt application closes successfully, but process is not killed? -


i noticed when run pyqt application , close it, application closes , process still alive. apparently process running not close after closing application.

traceback (most recent call last):   file "f:\projects\xyz\xyz\xyz.py", line 414, in <module>     sys.exit(app.exec_()) systemexit: 0 

when searched online , says if return value 0 , normal termination. see process keep on pilling run application.

enter image description here

so how overcome problem?

this looks problem specific idle.

there several issues on python bug tracker closely related (e.g. 8093 , 12540), closed , resolved "fixed".

since appears using old version of python (2.5), should able solve problem upgrading.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -