[Pythonmac-SIG] py2app refresher?
Ned Deily
nad at acm.org
Wed Jul 22 04:52:31 CEST 2009
In article <537A9633-8103-44E5-B80B-D50094F11B50 at conncoll.edu>,
Charles Hartman <charles.hartman at conncoll.edu> wrote:
> 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.
Ah, py2app depends on several other packages (modulegraph, macholib,
altgraph, maybe others) that may also have updates that have not yet
been officially released, so you may need to repeat the above recipe
substituting for py2app and a different temporary directory name.
--
Ned Deily,
nad at acm.org
More information about the Pythonmac-SIG
mailing list