Re: python scripts to standalone executable
- From: Mike Driscoll <kyosohma@xxxxxxxxx>
- Date: Mon, 31 Mar 2008 13:52:08 -0700 (PDT)
On Mar 31, 12:24 pm, Amit Gupta <emaila...@xxxxxxxxx> 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
from that?
2. Is there any enterprise-level exe-builder for python on linux
(ActiveState has nothing)?
Any other related commets are also welcome.
Thanks
Amit
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
.
- References:
- python scripts to standalone executable
- From: Amit Gupta
- python scripts to standalone executable
- Prev by Date: Re: Newbie Question - Overloading ==
- Next by Date: import multiple modules with same name
- Previous by thread: Re: python scripts to standalone executable
- Next by thread: How to build a body like this use SOAPPy?
- Index(es):
Relevant Pages
|