graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00243
Re: [Question #100045]: no module named storage
Question #100045 on Graphite changed:
https://answers.launchpad.net/graphite/+question/100045
Status: Open => Needs information
chrismd requested for more information:
Can you pwd and print your sys.path? Also do this:
import graphite
print graphite.__file__
And maybe ls the directory that file is in.
Your error indicates that you are importing the graphite/__init__.py
file but not graphite/storage.py which is quite strange.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.