If you're not familiar with bundles, all mac applications are actually
folders with a .app extension. They hide the actual application and
all of it's resources inside (icons, extra files, etc). This allows
for a lot of niceties and it's the usual format for all mac software.
Are there any plans for adding functionality that creates a proper mac
bundle?
Aditya
http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html
HTH,
Chris
Preliminar bundle support is already in PyInstaller SVN trunk. Search the
mailing list for existing posts where I gave instructions on how to test
it.
--
Giovanni Bajo
Develer S.r.l.
http://www.develer.com
Aditya
On Dec 23, 4:16 pm, Giovanni Bajo <ra...@develer.com> wrote:
> On Tue, 22 Dec 2009 20:42:35 -0800 (PST), aditya