Re: [Tutor] python packaging systems

2011-02-10 Thread Bill Allen
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

Re: [Tutor] python packaging systems

2011-02-10 Thread ALAN GAULD
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

Re: [Tutor] python packaging systems

2011-02-10 Thread Brett Ritter
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

Re: [Tutor] python packaging systems

2011-02-10 Thread Alan Gauld
"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

Re: [Tutor] python packaging systems

2011-02-10 Thread Noah Hall
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:/

Re: [Tutor] python packaging systems

2011-02-10 Thread Corey Richardson
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