Mariano Di Felice wrote:
> Oh my gold!!!!> If I write easy_install py2app will return:> > Searching for py2app> Best match: py2app 0.4.2> Processing py2app-0.4.2-py2.5.egg> py2app 0.4.2 is already the active version in easy-install.pth> Installing py2applet script to > /Library/Frameworks/Python.framework/Versions/2.5/bin> > Using > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/py2app-0.4.2
-py2.5.egg
> > Processing dependencies for py2app> Searching for modulegraph>=0.7.2dev> Reading http://cheeseshop.python.org/pypi/modulegraph/> Reading http://undefined.org/python/#modulegraph> Reading http://cheeseshop.python.org/pypi/modulegraph/0.7> 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')>
The "dev" in the name indicates that the dependency is for a development
version of modulegraph. Easy_install can also fetch code from a SVN
repository and build an egg for it. Try this:
easy_install http://svn.pythonmac.org/modulegraph/modulegraph/trunk/
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users