Differences between revisions 7 and 8
Revision 7 as of 2020-05-26 06:13:34
Size: 357
Editor: JaimeHarmo
Comment:
Revision 8 as of 2020-05-26 14:05:46
Size: 606
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
My name: Hilda Villasenor<<<BR>>
><<<BR>>
>
My age: 21<<<BR>>
><<<BR>>
>
Country: Germany<<<BR>>
><<<BR>>
>
Town: Presseck <<<BR>>
><<<BR>>
>
ZIP: 95353<<<BR>>
><<<BR>>
>
Address: Ellmenreichstrasse 37<<<BR>>
><<<BR>>
>
<<<BR>>
><<<BR>>
>
Feel free to surf to my web-site ... [[https://dialabottle.ca/liquor-delivery/|Liquor deliver]]
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]].

Original discussion thread about a cross-platform py2exe on comp.lang.python

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 modulegraph.py (a modulefinder replacement) and find_modules.py.

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