1
thekoc Oct 1, 2016
方法就是不要用 subprocess.Popen() 函数…
|
2
tempdban Oct 1, 2016
+1
|
3
21grams Oct 2, 2016
你在另一个 process 执行的不也是 python 吗? 不需要用 popen 啊。
|
4
264768502 Oct 2, 2016 via iPad
都是 py ,为什么多进程不用 multiprocess?
|
5
julyclyde Oct 2, 2016
不理解你的描述
什么叫“于是……也需要权限”? |
10
ryd994 Oct 3, 2016 via Android
为什么不做成模块然后 multi processing 调用函数呢?
|