Date: Tue, 21 Jul 2009 19:52:31 -0700
From: Ned Deily <n...@acm.org>
To: pythonmac-sig@python.org
Subject: Re: [Pythonmac-SIG] py2app refresher?
Message-ID: <nad-d05403.19523121072...@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.
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig