Hmm, TG2 should not update CherryPy, since it's not required for anything in TG2.
Seems like perhaps there is a missing static file filter in cherrypy, or you are missing some files, unrelated to the TG2 install... But it's hard exactly to know what's happening from just the traceback. --Mark On Tue, Oct 7, 2008 at 10:05 PM, yupu <[EMAIL PROTECTED]> wrote: > > Hi, as I mentioned in my previous post(s). I couldn't have TG2.0 > installed and now I realized my TG1.03 is broken. > > This may due to the confilication of the packages. I tried to restore > the ones I knew but it seems i still have problem with CherryPy as all > the stuff under /static could be found. > > Here is the error I got: > "GET /static/css/style.css HTTP/1.1" 404 1455 "http://localhost:8080/ > projects/files/?id=080815.ToNormalize_080708.1" "Mozilla/5.0 > (Macintosh; U; PPC Mac OS X 10_5_5; en-us) AppleWebKit/525.18 (KHTML, > like Gecko) Version/3.1.2 Safari/525.20.1" > 2008-10-07 22:03:28,031 cherrypy.msg INFO HTTP: Page handler: "The > path '/static/images/under_the_hood_blue.png' was not found." > Traceback (most recent call last): > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/site-packages/CherryPy-2.3.0-py2.5.egg/cherrypy/ > _cphttptools.py", line 121, in _run > self.main() > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/site-packages/CherryPy-2.3.0-py2.5.egg/cherrypy/ > _cphttptools.py", line 256, in main > page_handler, object_path, virtual_path = > self.mapPathToObject(path) > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/site-packages/CherryPy-2.3.0-py2.5.egg/cherrypy/ > _cphttptools.py", line 326, in mapPathToObject > raise cherrypy.NotFound(objectpath) > NotFound: 404 > > ps -- I am on mac 10.5 using python2.5 > > Thanks a lot! > > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

