On 5/26/06, Arnar Birgisson <[EMAIL PROTECTED]> wrote: > I did a "setup.py develop" on the latest svn checkout of turbogears, > which worked fine. Later I did a "easy_install nose" to be able to run > the tests - but after that, nothing worked - giving me errors like > "cherrypy: no such module". > > My easy-install.pth file looks like this: > > /home/arnarb/workdir/verkstjorinn/tg-svn/turbogears > /usr/lib/python2.4/site-packages/nose-0.9.0a2-py2.4.egg > > I have a feeling there should be much more there, incl. cherrypy, > sqlalchemy -- all of TG's dependencies. > > Now, did "easy_install nose" destroy the file? Is this normal behaviour?
I've never heard of that happening. Unless, you have distutils.cfg set up to install somewhere else, your easy-install.pth should certainly have more in it. You can try running python setup.py develop on the TG directory again and see if it attempts to reinstall the missing eggs. You could also go through the standard TG installation instructions and then switch back to svn. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

