I need to use a different favicon when cherrypy generates an
exception.  I followed this example http://www.cherrypy.org/wiki/Favicon
and added the following lines to /config/app.cfg

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

However, the unwanted favicon is still being displayed when cherrypy
throws exceptions.
I also tried using the absolute path "C:\..." but still the wrong
favicon is displayed.

Any hints on how can I solve this?

Thanks.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to