Re: a py2exe feature for non-windows environments

2009-04-23 Thread Tzury Bar Yochay
> Mac OS X:http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html Found these for linux: http://www.pyinstaller.org/ http://wiki.python.org/moin/Freeze thanks alot -- http://mail.python.org/mailman/listinfo/python-list

Re: a py2exe feature for non-windows environments

2009-04-23 Thread Chris Rebert
On Thu, Apr 23, 2009 at 1:13 AM, Tzury Bar Yochay wrote: > Hi, > > The nicest thing I like about py2exe is its library.zip which > encapsulate all the dependencies into one single file. > I wonder if there a script which can do the same for linux/mac osx so > one can ship a python solution as a si

a py2exe feature for non-windows environments

2009-04-23 Thread Tzury Bar Yochay
Hi, The nicest thing I like about py2exe is its library.zip which encapsulate all the dependencies into one single file. I wonder if there a script which can do the same for linux/mac osx so one can ship a python solution as a single file (instead of starting easy_install per used library on the t