Question #100045 on Graphite changed: https://answers.launchpad.net/graphite/+question/100045
densone gave more information on the question: So I build everything with distutils to install under /usr/local/graphite. When I run manage.py syncdb I get a vague error about settings.py Error: Can't find the file 'settings.py' in the directory containing 'manage.py'. It appears you've customized things. You'll have to run django-admin.py, passing it your settings module. (If the file settings.py does indeed exist, it's causing an ImportError somehow.) I manually ran python settings.py and receive the following error. [[email protected] graphite]# python settings.py Could not import graphite.local_settings, using defaults! Traceback (most recent call last): File "settings.py", line 84, in ? from graphite.storage import Store ImportError: No module named graphite.storage [[email protected] graphite]# Where should this import live? graphite.storage import Store I have looked everywhere and cannot fine it. -Sean -- You received this question notification because you are a member of graphite-dev, which is an answer contact for Graphite. _______________________________________________ Mailing list: https://launchpad.net/~graphite-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp

