Powershell脚本无法从pyinstaller exe运行

时间:2020-11-02 15:45:45

标签: python-3.x windows powershell pyinstaller

此功能可以从VS代码作为python脚本正常运行。但是,当我从脚本中使用pyinstaller创建exe时,不会调用powershell。我在这里想念什么?脚本中的其他功能(python)和exe中一样。

def run_backups():
    p = subprocess.Popen(["powershell.exe",r"D:\_POWER_SHELL\Scripts\backup.ps1"],stdout=sys.stdout)   
    p.communicate()

0 个答案:

没有答案