← Back to team overview

graphite-dev team mailing list archive

Re: [Question #93644]: any version of graphite working?

 

Question #93644 on Graphite changed:
https://answers.launchpad.net/graphite/+question/93644

    Status: Open => Needs information

chrismd requested for more information:
Sorry you're running into so many issues with Graphite. Hopefully we can
get them all straightened out here:

First, you are correct that the "ConfigParser(dict_type=OrderedDict)"
thing was a bug because it relies on python2.6 and Graphite must only
require at least 2.4. I just committed a fix for this into trunk.
Despite the simple workaround of removing the 'dict_type=OrderedDict'
part, you should still grab the latest version because removing the
dict_type will work only if you have no custom storage schemas defined.
If you do then there is a chance they could be applied improperly.

Second, yes those JS errors are because I removed the dependency (in the
main page at least) on prototype.js. The only way to fix the problem is
to clear your cache or shift-reload. Fortunately this should happen very
rarely since I don't change JS libs very often.

Third, I'm not sure why your json module doesn't have the dumps/load
methods. They exist both in the standard library version and in
simplejson. What package and version did you install your json module
from?

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.