Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2007-02-14 02:22:37
Size: 41
Comment:
Revision 15 as of 2010-07-21 16:13:41
Size: 1475
Editor: chello212186002156
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
http://undefined.org/python/py2app.html   * http://undefined.org/python/py2app.html

This may be more current (believe the above is incompatible w/ current setuptools):

   * http://svn.pythonmac.org/py2app/py2app/trunk/

== 2010-07 ==

=== Problems ===

 * for 64-bit systems, the pypi package (0.4.2) failed.
   even with macholib, altgraph and modulegraph gathered from all around.
 * here is some workaround http://hg.hardcoded.net/py2app,
   that i have not tested, as macholib is missing

=== current state ===

 * http://svn.pythonmac.org/py2app/py2app/trunk
 * http://svn.pythonmac.org/macholib/macholib/trunk
 * http://svn.pythonmac.org/altgraph/altgraph/trunk
 * http://svn.pythonmac.org/modulegraph/modulegraph/trunk

checkout and install. install with "python setup.py install"

'''ATTENTION''' some things are in /Library/Python and some things
in /Library/Frameworks/Python.framework/.

=== questions ===

is it really necessary to run 'python setup.py py2app' with sudo ?

it writes into /Library ?

and there still is an error that ::

 '/Library/Python/2.6/site-packages/py2app-0.5-py2.6.egg/py2app/apptemplate/prebuilt/main-i386'

is missing. There is only ::

  main-fat3 main-intel main-universal

== Development ==

=== Python Versions ===

modulegraph/util.py requires python>=2.6 for immutable bytes by 'b"something"'.

=== Testing ===

py.test is used for testing. modulegraph/util.py contains tests in util.py.
maybe revert to unittest.

This may be more current (believe the above is incompatible w/ current setuptools):

2010-07

Problems

  • for 64-bit systems, the pypi package (0.4.2) failed.
    • even with macholib, altgraph and modulegraph gathered from all around.
  • here is some workaround http://hg.hardcoded.net/py2app,

    • that i have not tested, as macholib is missing

current state

checkout and install. install with "python setup.py install"

ATTENTION some things are in /Library/Python and some things in /Library/Frameworks/Python.framework/.

questions

is it really necessary to run 'python setup.py py2app' with sudo ?

it writes into /Library ?

and there still is an error that ::

  • '/Library/Python/2.6/site-packages/py2app-0.5-py2.6.egg/py2app/apptemplate/prebuilt/main-i386'

is missing. There is only ::

  • main-fat3 main-intel main-universal

Development

Python Versions

modulegraph/util.py requires python>=2.6 for immutable bytes by 'b"something"'.

Testing

py.test is used for testing. modulegraph/util.py contains tests in util.py. maybe revert to unittest.

MacPython/py2app (last edited 2010-08-29 12:25:55 by chello212186002156)

Unable to edit the page? See the FrontPage for instructions.