Re: python scripts to standalone executable



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
.



Relevant Pages

  • python scripts to standalone executable
    ... I am looking for a some tool that can convert python scripts to ... Have anyone used the freeze utility and any experiences to share ... Is there any enterprise-level exe-builder for python on linux ... Any other related commets are also welcome. ...
    (comp.lang.python)
  • RE: run a python script located on linux from a windows computer
    ... | i have a computer with redhat linux. ... | python scripts i want to run. ... | with windows. ... anti-virus service working around the clock, around the globe, visit: ...
    (comp.lang.python)
  • Re: making an "executable" for a python code (newbie)
    ... i have some python scripts that i want to ... deploy on both linux and windows m/c's. ... two packages seem to meet your need but after checking, ...
    (comp.lang.python)
  • Re: python scripts to standalone executable
    ... I am looking for a some tool that can convert python scripts to ... Have anyone used the freeze utility and any experiences to share ... Is there any enterprise-level exe-builder for python on linux ... I've run into the same question and decided to keep a web page memo ...
    (comp.lang.python)
  • Re: python scripts to standalone executable
    ... I am looking for a some tool that can convert python scripts to ... Have anyone used the freeze utility and any experiences to share ... Is there any enterprise-level exe-builder for python on linux ... also pyinstall quite often and they both work for me. ...
    (comp.lang.python)