← Back to team overview

graphite-dev team mailing list archive

[Question #254497]: Broken Image in Graphite Composer

 

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

Getting a broken image in Graphite composer. Running Ubuntu 12.04 and just installed it from the Graphite 0.9.x branch with Python 2.7. Seeing the following error from the broken image:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 99, in get_response
    request.path_info)
  File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 271, in resolve
    sub_match = pattern.resolve(new_path)
  File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 271, in resolve
    sub_match = pattern.resolve(new_path)
  File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 159, in resolve
    return ResolverMatch(self.callback, args, kwargs, self.name)
  File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 168, in _get_callback
    raise ViewDoesNotExist("Could not import %s. Error was: %s" % (mod_name, str(e)))
ViewDoesNotExist: Could not import graphite.render.views. Error was: No module named timezone

As far as I can tell there is no timezone module ? I apologize if this is a novice question...

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