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 t
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 l
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".
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
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
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.
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 o
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
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 pytho