Le 19 juin 08 à 18:40, Christopher Barker a écrit :

no, you can download the whole thing with an SVN client. I think the command line client comes with Apple's developer tools (I'm not sure how I installed it, it's been a while, but if you don't have it, you can try: http://www.collab.net/downloads/community/). Once you have an svn client, you should be able to do:

$ svn checkout http://svn.pythonmac.org/py2app/py2app/trunk/ pyappSVN


Many thanks, it helped a lot !

i just got some trouble to install svn correctly (adding to $PATH, that was my first time).

then a also have to "svn" modulegraph (because the py2app 0.4.2 trunk can't find the version it needs).

After this easy_install macholib works

And finally py2app build my app without errors !

Thanks.

--
Pierre-Alain Dorange

Blog Citoyen de Cognac             <http://cognac-citoyen.blogspot.com/>
Le Retour de l'Autruche            <http://www.leretourdelautruche.com/>

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to