Comment 1 for bug 812279

Revision history for this message
Matt Conway (wr0ngway) wrote :

Looks like the twisted and twisted.plugins packages are missing from carbon/setup.py (ant he associated __init__.py in the associated directories)

I tried adding them in, but then util.py can't find the system installed twisted package - I don't know enough about python to say how to fix this.

root@matt:/opt/graphite# ./bin/carbon-cache.py start
Traceback (most recent call last):
  File "./bin/carbon-cache.py", line 28, in <module>
    from carbon.util import run_twistd_plugin
  File "/opt/graphite/lib/carbon/util.py", line 8, in <module>
    from twisted.python.util import initgroups
ImportError: No module named python.util