在 Windows 上使用 Nuitka 编译 hello-world.py 时遇到问题。
我正在使用的命令是:
nuitka --standalone --portable --remove-output --recurse-all --python-version=3.4 hello_world.py
错误是:
WindowsError: [Error 2] The system cannot find the file specified:
File "C:\Users\win_user\Anaconda3\Lib\site-packages\nuitka\build\SingleExe.scons", line 866:
shell = False
File "c:\Python27\lib\subprocess.py", line 709:
errread, errwrite)
File "c:\Python27\lib\subprocess.py", line 957:
startupinfo)
相同的代码在 Linux 上编译和运行良好。相同的代码在 Windows 的解释器中运行良好。
错误消息中提到的文件确实存在。有什么建议么?
使用Win7。Python 3.4 (Anaconda x64)。使用 MinGW。