|
Re: Running python on computers without python installed.
Linux Machines all come with Python installed anyway so its not a problem, py2exe obviously creates an exe file which is executable on Windows, im not sure if the provide source code etc required for Linux, or a package file. Most likely not.
Note don't be alarmed by file sizes.
It includes alot of base files also it builds in the interperetor so a small 1kb files may come out a few mb but you will notice that a 500kb files will only come out to about 499kb bigger.
Chris
__________________
Who said i couldn't program
sarcasm = raw_input('Type in a sarcastic remark: ')
print sarcasm
|