Hi there, 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? The only way I can see to restore it is to run "easy_install /usr/lib/python2.4/site-packages/<blabla>.egg" for all the missing eggs... is there a better way? Arnar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

