subprocess.Popen在win10下运行报740错时ui
使用os.popen替换,运行OK,exe程序成功启动spa
import subprocess import uiautomation as automation import os print (automation.GetRootControl()) # subprocess.Popen('D:\SYJ\CloudPos\ZlPos.exe') os.popen('D:\SYJ\CloudPos\ZlPos.exe')