I'm not on dreamhost and not sure what the problem is, but if I were in your shoes I'd try reinstalling cherrypy first. It may or may not fix it, but it's worth a try.
Other possibilities: did dreamhost make any changes that would affect how python finds packages? Did your shell's PATH get hosed and use the wrong python? HTH. On Aug 13, 2006, at 9:09 PM, kiwitobes wrote: > > I figured out more of what's going on, but I still don't know how to > fix it... > > When I try to run tg-admin or "python tg_fastcgi.fcgi", I get the > following error... > <snip> > File > "/home/.beezo/sharedb/lib/lib/python2.4/site-packages/ > CherryPy-2.1.1-py2.4.egg/cherrypy/__init__.py", > line 40, in ? > import config > File > "/home/.beezo/sharedb/lib/lib/python2.4/site-packages/ > CherryPy-2.1.1-py2.4.egg/cherrypy/config.py", > line 36, in ? > from cherrypy import _cputil, _cperror > File > "/home/.beezo/sharedb/lib/lib/python2.4/site-packages/ > CherryPy-2.1.1-py2.4.egg/cherrypy/_cputil.py", > line 39, in ? > from cherrypy.lib import cptools > ImportError: No module named lib > > I haven't made any changes today, I haven't even connected to the > server. This started happening at about 8am today. The "lib" directory > is present in cherrypy... why is it saying this. > > Any help would be greatly appreciated. This is really a problem for > me. > > Toby > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

