On Thu, 1 Mar 2007 at 20:40, Christopher Arndt wrote: > [EMAIL PROTECTED] schrieb: >> Urk. Now I'm really confused. After doing easy_install turbogears >> I still don't have nose, and I still have a site.py that easy_install >> is now complaining about. Anyone have any clues for me? > > The site.py error is probably caused by an old version of workingen.py. Get > the > latest version (currently 0.6.4) and create a new environment.
I was running 0.6.4. The problem turns out to be that the site.py installed by workingenv has a comment as its first line, and easy_install doesn't like that. The weird thing is it works fine at first, and only starts failing after I easy_install (or tgsetup install) turbogears. Since I figured out how to get it working I'm not inclined to spend time on tracking that weirdness down. I emailed Ian a bug report. > nose is part of the "testtools" subpackage of TurboGears. You can install it > with tgsetup.py TurboGears[testtools]. That's what I was trying to remember, thanks. >>> I guess I'm just not feeling a high degree of confidence in tgsetup.py. > > IMHO it's perfectly fine to use easy_install, if it works for you, you just > have to specify the download URLs (with the -f switch) yourself. When would I have to specify -f? If I do 'easy_install turbogears' it seems to work without complaint. --David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

