Henrique Nakashima wrote:
> Hi, I'm trying to find a way to compile .py files into linux binaries,
> so that i can distribute a program without having the user install
> python itself. Is there a way to do that?
http://effbot.org/zone/python-compile.htm
--
http://mail.python.org/mailman/lis
Hi, I'm trying to find a way to compile .py files into linux binaries, so that i can distribute a program without having the user install python itself. Is there a way to do that?I tried pypack but since im new with linux, i couldn't install it from source.
There was also py2exe, but this makes onl