What error does it give you, and what version of TurboGears are you running?
As far as the second issue of adding two breaks to the end of page is concerned, this is a feature of cherrypy when the config setting server.log_to_screen is not set to false. You can disable the page build time logging to screen by adding logDebugInfoFilter.on = False to your devcfg.py file. -- Seb --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

