Broken Image in Graphite Composer

Asked by Jerry D

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...

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Jason Dixon
Solved:
Last query:
Last reply:
Revision history for this message
Best Jason Dixon (jason-dixongroup) said :
#1
Revision history for this message
Jerry D (jerrydadaj) said :
#2

Thanks Jason Dixon, that solved my question.

Revision history for this message
Jerry D (jerrydadaj) said :
#3

Thank You, Thank You, Thank You Jason! This was driving me nuts and none of the other questions I found prior to solved my issue!

Revision history for this message
Jason Dixon (jason-dixongroup) said :
#4

Sure thing.

Just a little tip for future Graphite problems -- if you get a backtrace like that you can generally find the answer by Googling the last line. In this case I didn't know the answer off the top of my head (despite me having lots of activity on issue #650, lol) but I found it quickly by searching for:

"Could not import graphite.render.views. Error was: No module named timezone"