pythonw.exe 进程在运行脚本后未退出
每次我重新启动 shell 或运行脚本时,都会创建 pythonw.exe*32 的实例。当我关闭空闲状态时,这些进程不会在任务管理器中消失。关于如何解决这个问题有什么想法吗?
谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过使用
python.exe
而不是pythonw.exe
?我非常确定这是窗口 python 解释器 (pythonw.exe) 的预期默认行为。
如果它是 .pyw 文件,只需右键单击“打开方式...”并使用 python.exe
Have you tried using
python.exe
instead 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