On 10/14/05, gps <[EMAIL PROTECTED]> wrote: > > found my own ExpatError source... It due to a non-raw python string > that let a bad character into a tag within a template variable that was > being sent to the output. > > completely non obvious. any good way to make that error message > actually useful?
There is a ticket open to improve the error reporting we're getting from Kid. > (i still have no idea where the no attribute Template error came from > but it has also gone away for now) Kid compiles templates to Python modules. What probably happened is that the module came into existence, but the Template class in the module did not. That sounds like it deserves its own ticket. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

