标签: python exe pyinstaller pyc
我的代码是
import os os.system('python xxx.pyc')
失败是因为找不到python。
如何使用xxx.exe的python环境执行xxx.pyc?