Revision 16 as of 2010-07-26 21:10:21

Clear message

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

2010-07

Problems

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 ::

is missing. There is only ::

linking main-fat3 to main-i386 makes the build succeed, but the app crashes

I did not try main-intel or universal yet.

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.

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