I have some .py files I wrote that I want to run on a different machine. The target machine does not have python installed, and I can\'t \'install\' it by policy. What I c
Check out PyInstaller. It's easier to work with than py2exe (at least for simple applications).