View Single Post
Old May 5th, 2008, 2:26 PM   #4
Freaky Chris
Hobbyist Programmer
 
Freaky Chris's Avatar
 
Join Date: Dec 2007
Location: England
Posts: 169
Rep Power: 1 Freaky Chris is on a distinguished road
Send a message via MSN to Freaky Chris
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
Freaky Chris is offline   Reply With Quote