Re: Compiling binaries

2006-10-04 Thread Fredrik Lundh
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

Compiling binaries

2006-10-03 Thread Henrique Nakashima
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