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

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -