n Gauld
> > Cc: tutor@python.org
> > Sent: Thursday, 10 February, 2011 17:26:37
> > Subject: Re: [Tutor] python packaging systems
> >
> > On Thu, Feb 10, 2011 at 11:14 AM, Alan Gauld
> >wrote:
> > > Personally I don't like them and prefer to ins
ry, 2011 17:26:37
> Subject: Re: [Tutor] python packaging systems
>
> On Thu, Feb 10, 2011 at 11:14 AM, Alan Gauld
>wrote:
> > Personally I don't like them and prefer to install a version of Python
> > and then install my modules separately.
> >
> > If you
On Thu, Feb 10, 2011 at 11:14 AM, Alan Gauld wrote:
> Personally I don't like them and prefer to install a version of Python
> and then install my modules separately.
>
> If you want to hide your code(a little bit) you can ship only the pyc
...
Don't forget that the motivation need not be obfusca
"Bill Allen" wrote
I have found there are a few systems available to package Python
programs as
standalone programs for distribution. Do the folks here have any
recommendation or comment on any of these?
Personally I don't like them and prefer to install a version of Python
and then install
On Thu, Feb 10, 2011 at 4:17 AM, Bill Allen wrote:
>
> I have found there are a few systems available to package Python programs as
> standalone programs for distribution. Do the folks here have any
> recommendation or comment on any of these?
My favourites are http://www.py2exe.org/ and http:/
On 02/09/2011 11:17 PM, Bill Allen wrote:
> I have found there are a few systems available to package Python programs as
> standalone programs for distribution. Do the folks here have any
> recommendation or comment on any of these?
>
> Thanks,
> --Bill
>
I found cx_Freeze to be the most usefu