← Back to team overview

graphite-dev team mailing list archive

[Question #157909]: Build 1.1 with Python 2.4.3 issues

 

New question #157909 on Graphite:
https://answers.launchpad.net/graphite/+question/157909

Hi all,
I've been trying to play with the 1.1 build (we're currently running 0.9.8) on CentOS 5/python2.4.3, and I've run into a bit of a problem:


Traceback (most recent call last):
  File "manage.py", line 4, in ?
    import settings # Assumed to be in the same directory.
  File "/data/servers/graphite/webapp/graphite/settings.py", line 42, in ?
    import ceres
  File "/usr/lib/python2.4/site-packages/ceres.py", line 501
    values = [ v if not isnan(v) else None for v in values ]
                  ^
SyntaxError: invalid syntax


This doesn't look to be the only non-2.4.3 compatible section of the Ceres code. Is the ceres stuff only going to be fitted for >2.6?


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