python scripts to standalone executable

John Henry john106henry at hotmail.com
Mon Mar 31 13:37:42 EDT 2008


On Mar 31, 10:24 am, Amit Gupta <emaila... at gmail.com> 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

I don't know about freeeze.py but for me, I've been using py2exe, and
also pyinstall quite often and they both work for me.



More information about the Python-list mailing list