graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00163
Re: [Question #93644]: any version of graphite working?
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.