mahongquan schrieb:
> i test turbogears 1.0.3 with old app.found this error using genshi
> 0.4.3 template:
>
> File "G:\Python24\lib\site-packages\genshi-0.4.3-py2.4.egg\genshi
> \output.py", line 66, in get_serializer
> KeyError: 'html default'
Just noticed that I am the culprit for this bug, sorry, sorry :-(
If there is no output format, then "html default" is now assumed in
view/base.py line 128, which works only with Kid. I think we need to
revert that change and use just "html" as default which works with all
engines ("default" is used by Kid anyway if nothing is specified).
However, this should be easily solved by setting in your config:
genshi.outputformat = "html".
-- Chris
PS: BTW, please don't always quote everything when replying to a message
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---