Hi, I just upgraded my checkout, and a change in revision 5229 causes
this traceback:
Unhandled exception in thread started by <bound method Server._start
of <cherrypy._cpserver.Server object at 0xb79d734c>>
Traceback (most recent call last):
File "/home/matt/virtualenvs/turbogears/lib/python2.5/site-packages/
CherryPy-2.3.0-py2.5.egg/cherrypy/_cpserver.py", line 78, in _start
Engine._start(self)
File "/home/matt/virtualenvs/turbogears/lib/python2.5/site-packages/
CherryPy-2.3.0-py2.5.egg/cherrypy/_cpengine.py", line 110, in _start
func()
File "/home/matt/svn-checkouts/turbogears/turbogears/startup.py",
line 199, in startTurboGears
view.load_engines()
File "/home/matt/svn-checkouts/turbogears/turbogears/view/base.py",
line 411, in load_engines
engines[entrypoint.name] = engine(stdvars, engine_options)
File "/home/matt/virtualenvs/turbogears/lib/python2.5/site-packages/
TurboJson-1.1.3-py2.5.egg/turbojson/jsonsupport.py", line 22, in
__init__
self.encoder = jsonify.GenericJSON(**opts)
TypeError: __init__() got an unexpected keyword argument
'descent_bases'
Any thoughts? I'm happy to provide any more information.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---