On Jul 21, 2009, at 6:00 AM, pythonmac-sig-requ...@python.org wrote:
Try upgrading to py2app (0.4.2) from svn trunk. One of the items in
the
news file there:
"Remove dependency on a 'version.plist' file in the python framework"
Something like this (untested) should work (and avoid potential
problem
due to a setuptools incompatibility with the lastest version of svn):
mkdir /tmp/p2a
cd /tmp/p2a
svn co http://svn.pythonmac.org/py2app/py2app/trunk/
easy_install trunk/
Many thanks! Most of this works, but then:
Installed /Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/py2app-0.4.2-py2.6.egg
Processing dependencies for py2app==0.4.2
Searching for modulegraph>=0.7.2dev
Reading http://pypi.python.org/simple/modulegraph/
Reading http://undefined.org/python/#modulegraph
No local packages or download links found for modulegraph>=0.7.2dev
error: Could not find suitable distribution for
Requirement.parse('modulegraph>=0.7.2dev')
I'm afraid I'm too ignorant to know what to do next.
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig