[Bugs] #711 UNSP: Adopt to json changes in python-2.6 (was: Consider switching to cjson)
SugarLabs Bugs
bugtracker-noreply at sugarlabs.org
Tue Apr 7 04:57:00 EDT 2009
#711: Adopt to json changes in python-2.6
------------------------------------------+---------------------------------
Reporter: erikos | Owner: wadeb
Type: defect | Status: accepted
Priority: Unspecified by Maintainer | Milestone: Unspecified by Release Team
Component: TypingTurtle | Version: Git as of bugdate
Severity: Blocker | Resolution:
Keywords: | Distribution: Unspecified
Status_field: New |
------------------------------------------+---------------------------------
Changes (by erikos):
* severity: Unspecified => Blocker
* version: Unspecified => Git as of bugdate
* status_field: Unconfirmed => New
Comment:
More important then I thought:
In python2.6 simplejson is part of the language itself - this is what you
get when you do: import json (what typingT does). However: when you did
'import json' before (python 2.5) - you got another json implementation,
the one typingT is relying on.
To run on soas (F11, python 2.6) TT needs to be changed to use the new
json (simplejson) API or moved to cjson like the other glucose and
fructose modules.
--
Ticket URL: <http://dev.sugarlabs.org/ticket/711#comment:2>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list