Re: python scripts to standalone executable

2008-04-01 Thread BlueBird
On Mar 31, 7:24 pm, Amit Gupta [EMAIL PROTECTED] wrote: Hi I am looking for a some tool that can convert python scripts to executable on Linux. I found freeeze.py as the only option so far. Couple of queries on freeze: 1. Have anyone used the freeze utility and any experiences to share

python scripts to standalone executable

2008-03-31 Thread Amit Gupta
Hi I am looking for a some tool that can convert python scripts to executable on Linux. I found freeeze.py as the only option so far. Couple of queries on freeze: 1. Have anyone used the freeze utility and any experiences to share from that? 2. Is there any enterprise-level exe-builder for

Re: python scripts to standalone executable

2008-03-31 Thread John Henry
On Mar 31, 10:24 am, Amit Gupta [EMAIL PROTECTED] wrote: Hi I am looking for a some tool that can convert python scripts to executable on Linux. I found freeeze.py as the only option so far. Couple of queries on freeze: 1. Have anyone used the freeze utility and any experiences to share

Re: python scripts to standalone executable

2008-03-31 Thread Amit Gupta
On Mar 31, 10:37 am, John Henry [EMAIL PROTECTED] wrote: On Mar 31, 10:24 am, Amit Gupta [EMAIL PROTECTED] wrote: Hi I am looking for a some tool that can convert python scripts to executable on Linux. I found freeeze.py as the only option so far. Couple of queries on freeze: 1.

Re: python scripts to standalone executable

2008-03-31 Thread John Henry
On Mar 31, 10:38 am, Amit Gupta [EMAIL PROTECTED] wrote: On Mar 31, 10:37 am, John Henry [EMAIL PROTECTED] wrote: On Mar 31, 10:24 am, Amit Gupta [EMAIL PROTECTED] wrote: Hi I am looking for a some tool that can convert python scripts to executable on Linux. I found freeeze.py

Re: python scripts to standalone executable

2008-03-31 Thread Amit Gupta
On Mar 31, 11:45 am, John Henry [EMAIL PROTECTED] wrote: Not sure. I use it on windows. I haven't looked at pyinstall.. Is it for linux? It appears so - according tohttp://www.pyinstaller.org/ Thanks! It does show support for Linux. The documentation says it works for python until version

Re: python scripts to standalone executable

2008-03-31 Thread Mike Driscoll
On Mar 31, 12:24 pm, Amit Gupta [EMAIL PROTECTED] wrote: Hi I am looking for a some tool that can convert python scripts to executable on Linux. I found freeeze.py as the only option so far. Couple of queries on freeze: 1. Have anyone used the freeze utility and any experiences to share

Re: python scripts to standalone executable

2008-03-31 Thread Amit Gupta
On Mar 31, 1:52 pm, Mike Driscoll [EMAIL PROTECTED] wrote: What about creating a setup.py and using the distutils command to build rpms or tarballs? http://docs.python.org/dist/built-dist.html Mike My quick look: The link you sent is under the header Distributing Python Modules. In my

Re: python scripts to standalone executable

2008-03-31 Thread Mike Driscoll
On Mar 31, 4:53 pm, Amit Gupta [EMAIL PROTECTED] wrote: On Mar 31, 1:52 pm, Mike Driscoll [EMAIL PROTECTED] wrote: What about creating a setup.py and using the distutils command to build rpms or tarballs? http://docs.python.org/dist/built-dist.html Mike My quick look: The link you