[Pythonmac-SIG] py2app refresher
Charles Hartman
charles.hartman at conncoll.edu
Wed Jul 22 20:12:39 CEST 2009
> Date: Tue, 21 Jul 2009 19:52:31 -0700
> From: Ned Deily <nad at acm.org>
> To: pythonmac-sig at python.org
> Subject: Re: [Pythonmac-SIG] py2app refresher?
> Message-ID: <nad-D05403.19523121072009 at news.gmane.org>
> Content-Type: text/plain; charset=US-ASCII
>
>>>
>>> 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:
>>
>
> 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.
>
Thank you. Excellent. I made /tmp/modulegraph and then
svn co http://svn.pythonmac.org/modulegraph/modulegraph/trunk/
easy_install trunk/
worked. Then back in /tmp/p2a
easy_install trunk/
worked too -- and now py2app makes an app of my app. Cool!
I do wish all this were clearer. For people at home with various
things off in Terminal land it's simple enough. But there are a fair
number of people working with Python who want to do it on Mac but are
at home in Python but not in Terminal.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090722/98b553b7/attachment.htm>
More information about the Pythonmac-SIG
mailing list