subprocess.Popen运行报错WindowsError: [Error 740]
2021-05-19 17:28
标签:RoCE pre 使用 ESS popen win10 程序 exe程序 mat subprocess.Popen在win10下运行报740错 使用os.popen替换,运行OK,exe程序成功启动 subprocess.Popen运行报错WindowsError: [Error 740] 标签:RoCE pre 使用 ESS popen win10 程序 exe程序 mat 原文地址:https://www.cnblogs.com/xioawu-blog/p/11698470.htmlimport subprocess
import uiautomation as automation
import os
print (automation.GetRootControl())
# subprocess.Popen(‘D:\SYJ\CloudPos\ZlPos.exe‘)
os.popen(‘D:\SYJ\CloudPos\ZlPos.exe‘)
文章标题:subprocess.Popen运行报错WindowsError: [Error 740]
文章链接:http://soscw.com/index.php/essay/87714.html