Hi, I want to start a program which runs endlessly from within another script. Therefore I am using a thread to start an external subprocess.
The two attached scripts demonstrate the problem: If I start the script run_as_thread.py from Spyder the scripts starts the test.py correctly. However the child process is not terminated if I close the interpreter. The process can only be killed via the windows task manager or by closing and restarting Spyder. >From the normal command-line the script run_as_thread.py has the expected behavior and closes the test.py process if I close the window. Can anyone give me hint how to get his working within Spyder or this a known issue / bug? Thanks Markus -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
run_as_thread.py
Description: Binary data
test.py
Description: Binary data
