Hello,

I've upgraded to latest SVN revision and my static resources no longer
work.

Old issue, isn't it? I followed upgrade instructions and changed my
config (app.cfg) accordingly:

[/static]
static_filter.on = True
static_filter.dir = "%(top_level_dir)s/static"

[/favicon.ico]
static_filter.on = True
static_filter.file = "%(top_level_dir)s/static/images/favicon.ico"

Still doesn't work:

Page handler: "The path '/favicon.ico' was not found."
Traceback (most recent call last):
  File
"c:\python24\lib\site-packages\cherrypy-2.2.0rc1-py2.4.egg\cherrypy\_cphttptools.py",
line 99, in _run
    self.main()
  File
"c:\python24\lib\site-packages\cherrypy-2.2.0rc1-py2.4.egg\cherrypy\_cphttptools.py",
line 240, in main
    page_handler, object_path, virtual_path =
self.mapPathToObject(path)
  File
"c:\python24\lib\site-packages\cherrypy-2.2.0rc1-py2.4.egg\cherrypy\_cphttptools.py",
line 305, in mapPathToObject
    raise cherrypy.NotFound(objectpath)
NotFound: 404


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to