[Pythonmac-SIG] Pythonmac-SIG Digest, Vol 75, Issue 14
Charles Hartman
charles.hartman at conncoll.edu
Tue Jul 21 19:43:03 CEST 2009
On Jul 21, 2009, at 6:00 AM, pythonmac-sig-request at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090721/7684a8a3/attachment.htm>
More information about the Pythonmac-SIG
mailing list