I had exactly the same problem I tried: easy_install -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools
rather than replying on my egg dependencies. I then got: ImportError: No module named ez_setup with python 2.6 :( I then tried with python 2.5 and had to remove: "Catwalk >= 2.0.2" I hope I don't need it I have no idea what it does, but it caused a conflict with formencode. It now works fine :D Although our production machines use 2.6 :( On Jul 13, 7:32 pm, Michael Pedersen <[email protected]> wrote: > No authorization makes it sound like the authorization is borked. Perhaps > you've enabled some sort of login requirement on the root controller? Maybe > you forgot the "paster setup-app development.ini" step? > > That's what comes to mind right now, anyway. > > On Wed, Jul 7, 2010 at 5:56 AM, Andrea Crotti > <[email protected]>wrote: > > > > > I just create a new virtualenv and cloned my git repository with the > > code. > > And yes I followed all the normal instructions (setup-app and develop > > etc). > > > Maybe there are some more files I have to add, but this is the list of > > what I've left out... > >http://gist.github.com/466510 > > > -- > > 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]<turbogears%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/turbogears?hl=en. > > -- > Michael J. Pedersen > My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 > Yahoo/pedermj2002, MSN/[email protected] -- 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?hl=en.

