Question #93644 on Graphite changed:
https://answers.launchpad.net/graphite/+question/93644
Status: Needs information => Open
sigmonsaid gave more information on the question:
debian 5
ii python-json 3.4-2 a JSON
(http://json.org) reader and writer i
vmtest-dev4:~# python
Python 2.5.2 (r252:60911, Jan 4 2009, 21:59:32)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import json
>>> dir(json)
['JsonReader', 'JsonWriter', 'ReadException', 'WriteException',
'_StringGenerator', '__builtins__', '__doc__', '__file__', '__name__', 'read',
'string', 'types', 'write']
>>> json.__file__
'/var/lib/python-support/python2.5/json.pyc'
I think that should be enough. Note my version of python. I'm sure you expected
this to work with python 2.6
Some point in time, they decided to rename the functions.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.
_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~graphite-dev
More help : https://help.launchpad.net/ListHelp