On 13/06/2006, at 5:43, ssteiner wrote:
> > I just checked out TurboGears from SVN. > > When I run: > python setup.py build > > I get: > > The required version of setuptools (>=0.6a11) is not available, and > can't be installed while this script is running. Please install > a more recent version first. > > This is on a system on which I've not installed TurboGears before. > > I would have expected the setuptools dependency to have been handled. > > Clues as to what I'm doing wrong? You need to upgrade setuptools: sudo python ez_setup.py -U setuptools in the turbogears' sandobox root. HTH, Alberto --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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 -~----------~----~----~----~------~----~------~--~---

