Re: equivalent of py2exe in other os

2008-10-13 Thread Astan Chee
Hi, Thanks for all the links and information. It seems that I can't make linux binaries in windows of my python code. What I mean is that I am using windows to develop my python code, but I want it to run in linux and mac. So far py2exe,gui2exe,pyinstaller,freeze,etc seems to all create .exe i

Re: equivalent of py2exe in other os

2008-10-07 Thread Benjamin Kaplan
On Tue, Oct 7, 2008 at 10:58 AM, Joe Strout <[EMAIL PROTECTED]> wrote: > On Oct 7, 2008, at 8:43 AM, Benjamin Kaplan wrote: > > I believe that all (or nearly all) Unix variants come with Python >> preinstalled. Ubuntu, at least, has a lot of system programs written in >> Python. Even Mac OS X req

Re: equivalent of py2exe in other os

2008-10-07 Thread Joe Strout
On Oct 7, 2008, at 8:43 AM, Benjamin Kaplan wrote: I believe that all (or nearly all) Unix variants come with Python preinstalled. Ubuntu, at least, has a lot of system programs written in Python. Even Mac OS X requires Python. Yes, but with significant differences between different Python

Re: equivalent of py2exe in other os

2008-10-07 Thread Benjamin Kaplan
I believe that all (or nearly all) Unix variants come with Python preinstalled. Ubuntu, at least, has a lot of system programs written in Python. Even Mac OS X requires Python. On Tue, Oct 7, 2008 at 7:43 AM, Astan Chee <[EMAIL PROTECTED]> wrote: > Hi, > Thanks for the replies. I forgot to add t

Re: equivalent of py2exe in other os

2008-10-07 Thread Benjamin Kaplan
On Tue, Oct 7, 2008 at 6:43 AM, Almar Klein <[EMAIL PROTECTED]> wrote: > Hi, > I was going to say "try google", but it seems quite hard to find indeed. > Use "freeze" for linux and "py2app" for osx. > > I know of a program called gui2exe which is a gui which uses the three > to compile executables

Re: equivalent of py2exe in other os

2008-10-07 Thread Pierre-Alain Dorange
<[EMAIL PROTECTED]> wrote: > For Linux I know of (but never used myself) PyInstaller : > http://pyinstaller.python-hosting.com/ > They seem to have a in-development version for OS/X too, so maybe you > could give it a try ... py2app for Mac works fine.

Re: equivalent of py2exe in other os

2008-10-07 Thread Diez B. Roggisch
Astan Chee wrote: > Hi, > I was just wondering if there is a equivalent of py2exe on linux > (centOS) and mac (OS X). I have a python script that uses wx and I dont > want to install wx on linux/mac machines. What are my choices? > Thanks > Astan Did you bother googling? http://www.google.com/s

Re: equivalent of py2exe in other os

2008-10-07 Thread Astan Chee
Hi, Thanks for the replies. I forgot to add that I am developing my python scripts in windows, but would like to make executables/binaries for win, linux and osx without the os themselves. Does this make sense? Also, it seems that freeze requires some sort of python installed on the linux box,

Re: equivalent of py2exe in other os

2008-10-07 Thread Lars Stavholm
Almar Klein wrote: > Hi, > I was going to say "try google", but it seems quite hard to find indeed. > Use "freeze" for linux and "py2app" for osx. http://python.net/crew/atuining/cx_Freeze /L > I know of a program called gui2exe which is a gui which uses the three > to compile executables of your

Re: equivalent of py2exe in other os

2008-10-07 Thread bieffe62
On 7 Ott, 11:32, Astan Chee <[EMAIL PROTECTED]> wrote: > Hi, > I was just wondering if there is a equivalent of py2exe on linux > (centOS) and mac (OS X). I have a python script that uses wx and I dont > want to install wx on linux/mac machines. What are my choices? > Thanks > Astan > > -- > "Formu

Re: equivalent of py2exe in other os

2008-10-07 Thread Almar Klein
Hi, I was going to say "try google", but it seems quite hard to find indeed. Use "freeze" for linux and "py2app" for osx. I know of a program called gui2exe which is a gui which uses the three to compile executables of your os of choise (but I think only py2exe was implemented thus far). Almar 2

equivalent of py2exe in other os

2008-10-07 Thread Astan Chee
Hi, I was just wondering if there is a equivalent of py2exe on linux (centOS) and mac (OS X). I have a python script that uses wx and I dont want to install wx on linux/mac machines. What are my choices? Thanks Astan -- "Formulations of number theory: Complete, Consistent, Non-trivial. Choose