← Back to team overview

graphite-dev team mailing list archive

Re: [Question #89138]: Centos 5.4, couple problems

 

Question #89138 on Graphite changed:
https://answers.launchpad.net/graphite/+question/89138

fp posted a new comment:
Yup, that did the trick I'm staring at the graphite screen via apache.
Cool. Thank you.

Next up:

[root@generic bin]# pwd
/usr/local/graphite/carbon/bin
[root@generic bin]# ls -la
total 40
drwxr-xr-x 2 root root 4096 Nov  7 17:21 .
drwxr-xr-x 6 root root 4096 Nov  7 17:21 ..
-rwxr-xr-x 1 root root 4661 Nov  7 17:21 carbon-cache.py
-rwxr-xr-x 1 root root 4462 Nov  7 17:21 carbon-relay.py
[root@generic bin]# export PYTHONPATH=$PYTHONPATH:/usr/local/graphite/webapp
[root@generic bin]# python
Python 2.4.3 (#1, Sep  3 2009, 15:37:12)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import carbon; print carbon.__file__
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named carbon
>>>
[root@generic bin]#

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