A simple python script should run on a Windows server without installing python.
I used py2exe, which generated a healthy dist subdirectory, with script.exe, which works fine on the local machine.
However, when I run it on a server (Windows Server 2003 R2), it produces this:
The system cannot execute the specified program.
and ERRORLEVEL - 9020.
Any ideas?
source
share