On Sun, Feb 8, 2009 at 7:04 PM, Damjan <[email protected]> wrote: > > >> I'm happy to announce the release of TG 2.0b5. This is largely a >> bugfix release, and we're rapidly approaching the first 2.0 release >> candidate. > > Trying to install with pip.py it failed on BeautifulSoup > > PYTHONUSERBASE=$HOME/T/ pip.py install \ > -i http://www.turbogears.org/2.0/downloads/current/index \ > tg.devtools > > > Downloading/unpacking BeautifulSoup (from tg.devtools) > Could not find any downloads that satisfy the requirement > BeautifulSoup (from tg.devtools) > No distributions at all found for BeautifulSoup (from tg.devtools) >
This is actually BeautifulSoup's fault, I haven't investigate on it, but it's documented here http://trac.turbogears.org/ticket/2169 please note this won't be an issue after we are done with http://trac.turbogears.org/ticket/2176 because BS will be a testing dependency of the quickstarted projects. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
