Every time I restart the shell or run a script and instance of pythonw.exe*32 is created. When I close out of IDLE these processes don’t go away in the task manager. Any ideas on how to fix this?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you tried using
python.exeinstead ofpythonw.exe?Im pretty sure this is the intended default behavior for the window python interperter (pythonw.exe).
If its a .pyw file, just right click “Open With…” and use python.exe