Differences between revisions 2 and 3
Revision 2 as of 2004-08-16 18:32:43
Size: 432
Editor: dsl081-197-011
Comment:
Revision 3 as of 2004-10-04 04:17:50
Size: 598
Editor: dsl081-197-011
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
I've started abstracting some of py2exe's functionality in a cross-platform way (for use on OS X - [http://svn.red-bean.com/bob/py2app/trunk/ py2app]), specifically [http://svn.red-bean.com/bob/py2app/trunk/py2app/find_modules.py find_modules.py] should be useful on just about any OS. [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)