Hello,
 
I've got a wxPython based dialog application running under windows. No problems when I package this up using py2exe, but when I close the app the process is left running in the background (still listed in task manager). I assume that the dialog closes but the python interpreter is still running, so how do I completely kill the program??
 
Apologies if this is obvious, too easy to has been answered a 1000 times already, I just can't find the answer!!
 
Thanks
Steve
 
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to