Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2003-08-08 12:44:04
Size: 143
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 5 as of 2004-10-11 15:33:17
Size: 598
Editor: www
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

[http://undefined.org/python/#py2app py2app] is a py2exe workalike for building Mac OS X applications, loosely based on py2exe source (but probably shares very little at this point).
Of particular interest to packaging tools on other platforms is [http://svn.red-bean.com/bob/py2app/trunk/src/py2app/modulegraph.py modulegraph.py] (a modulefinder replacement) and [http://svn.red-bean.com/bob/py2app/trunk/src/py2app/find_modules.py find_modules.py].

Original discussion thread about a cross-platform py2exe on [http://groups.google.com/groups?selm=ptji8wgr.fsf%40python.net comp.lang.python]

[http://undefined.org/python/#py2app py2app] is a py2exe workalike for building Mac OS X applications, loosely based on py2exe source (but probably shares very little at this point). Of particular interest to packaging tools on other platforms is [http://svn.red-bean.com/bob/py2app/trunk/src/py2app/modulegraph.py modulegraph.py] (a modulefinder replacement) and [http://svn.red-bean.com/bob/py2app/trunk/src/py2app/find_modules.py find_modules.py].

CrossPlatformPy2Exe (last edited 2020-05-26 14:05:46 by JimmyRetzlaff)