Sys.exit() does not fully exit

Christian Heimes lists at cheimes.de
Sun Feb 17 09:32:57 EST 2008


Harlin Seritt wrote:
> When x is typed, everything does shut down but the main script never
> fully ends. Is there any way to get it to quit?

You don't need threads. Please use the subprocess module instead of
threads + os.system.

Christian




More information about the Python-list mailing list