On 23 Jul, 2010, at 20:24, Christopher Barker wrote:

> HI folks,
> 
> I'm trying to test the latest py2app updates. However, easy_install is 
> failing in a number of places. I'm trying:
> 
> easy_install py2app==dev
> 
> but get errors in the modulegraph dependency.
> 
> When I install modulegraph==dev, I get errors in the altgraph dependency.
> 
> If I install altgraph, then modulegraph, then py2app, the first two go OK, 
> but I get:
> 
> No local packages or download links found for modulegraph>=0.8
> 
> and, indeed, the modulegraph that installed with modulegraph==dev is:
> 
> >>> modulegraph.__version__
> '0.7.1'

I always install by install altgraph, modulegraph, macholib and then py2app 
manually from a checkout.  The easy_install problem will go away with the next 
release, and I'll see what's needed to get 'easy_install py2app==dev' working 
again after the release.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to