Diez B. Roggisch schrieb:
> Hi,
>
> when trying to run my testsuite with TG1.0.6, I get this exception:
>
> http://paste.turbogears.org/paste/5884
>
> Any ideas?
File
"/Users/deets/.virtualenvs/RMS24/lib/python2.4/site-packages/TurboJson-1.1.4-py2.4.egg/turbojson/jsonsupport.py",
line 22, in __init__
self.encoder = jsonify.GenericJSON(**opts)
File
"/Users/deets/.virtualenvs/RMS24/lib/python2.4/site-packages/TurboJson-1.1.4-py2.4.egg/turbojson/jsonify.py",
line 187, in __init__
super(GenericJSON, self).__init__(**opts)
TypeError: __init__() got an unexpected keyword argument 'encoding'
What is your simplejson version? TJ 1.1.4 requires simplejson >= 1.3
where "JSONEncoder.__init__" accepts the "encoding" keword arg.
Please always test things with a new virtualenv created with the
"--no-site-packages" option.
Chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---