You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
这段代码中:
subprocess.call执行后,查询窗口会一直阻塞,直到kitty窗口关闭才会继续执行。
我尝试把subprocess.call改为subprocess.Popen,仍然不行。
请问有没有其他办法解决?
post:
在python中单独执行以下代码,是不会阻塞的:
输出1、2,python程序结束,notepad窗口打开。
如果把这段代码放到open_session的位置,窗口会阻塞。debug的话发现subprocess.Popen会阻塞。
The text was updated successfully, but these errors were encountered: