I just submitted a patch to fix a problem I found after upgrading to 1.0.5:
http://trac.turbogears.org/ticket/1878 It's very possible that I'm doing something wrong in my setup. But as soon as I tried to hit any page after upgrading, I got this traceback: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/CherryPy-2.3.0-py2.5.egg/ cherrypy/_cphttptools.py", line 121, in _run self.main() File "/usr/lib/python2.5/site-packages/CherryPy-2.3.0-py2.5.egg/ cherrypy/_cphttptools.py", line 264, in main body = page_handler(*virtual_path, **self.params) File "<string>", line 3, in login File "/home/matt/virtualenvs/staffknex/lib/python2.5/site-packages/ TurboGears-1.0.5-py2.5.egg/turbogears/controllers.py", line 359, in expose *args, **kw) File "<string>", line 5, in run_with_transaction File "/home/matt/virtualenvs/staffknex/lib/python2.5/site-packages/ TurboGears-1.0.5-py2.5.egg/turbogears/database.py", line 358, in so_rwt retval = func(*args, **kw) File "<string>", line 5, in _expose File "/home/matt/virtualenvs/staffknex/lib/python2.5/site-packages/ TurboGears-1.0.5-py2.5.egg/turbogears/controllers.py", line 372, in <lambda> mapping, fragment, args, kw))) File "/home/matt/virtualenvs/staffknex/lib/python2.5/site-packages/ TurboGears-1.0.5-py2.5.egg/turbogears/controllers.py", line 414, in _execute_func return _process_output(output, template, format, content_type, mapping, fragment) File "/home/matt/virtualenvs/staffknex/lib/python2.5/site-packages/ TurboGears-1.0.5-py2.5.egg/turbogears/controllers.py", line 87, in _process_output fragment=fragment) File "/home/matt/virtualenvs/staffknex/lib/python2.5/site-packages/ TurboGears-1.0.5-py2.5.egg/turbogears/view/base.py", line 134, in render content_format = content_format.split()[0].split('-' , 1)[0] AttributeError: 'HTMLSerializer' object has no attribute 'split' --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
