$ easy_install Pylons==dev Searching for Pylons==dev Reading http://www.pylonshq.com/download/ Reading http://pypi.python.org/simple/Pylons/ Reading http://www.pylonshq.com/ Reading http://pylons.groovie.org/ Best match: Pylons dev Downloading http://pylonshq.com/svn/Pylons/trunk#egg=Pylons-dev error: Can't download http://pylonshq.com/svn/Pylons/trunk: 404 NOT FOUND
I saw a thread from January pointing to the Mercurial repository, so the solution was to point directly to the tip package: $ easy_install http://pylonshq.com/hg/pylons-dev/archive/tip.tar.bz2 Maybe you should add the tip URL to http://pylonshq.com/download/ -- Humberto Diógenes http://humberto.digi.com.br --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
