subprocess.Popen运行报错WindowsError: [Error 740]

Posted xioawu-blog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了subprocess.Popen运行报错WindowsError: [Error 740]相关的知识,希望对你有一定的参考价值。

subprocess.Popen在win10下运行报740错

使用os.popen替换,运行OK,exe程序成功启动

 

import subprocess
import uiautomation as automation
import os


print (automation.GetRootControl())

# subprocess.Popen(‘D:SYJCloudPoslPos.exe‘)
os.popen(D:SYJCloudPoslPos.exe)

 

以上是关于subprocess.Popen运行报错WindowsError: [Error 740]的主要内容,如果未能解决你的问题,请参考以下文章