← Back to team overview

graphite-dev team mailing list archive

Re: [Question #252445]: Target WSGI script '/opt/graphite/conf/graphite.wsgi' cannot be loaded as Python module.

 

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

JARDINC posted a new comment:
Hi Anatoliy

I already did that :

[root@MYSERV sources]# pip install carbon
Downloading/unpacking carbon
  Running setup.py egg_info for package carbon
    package init file 'lib/twisted/plugins/__init__.py' not found (or not a regular file)
    warning: no previously-included files found matching 'conf/*.conf'
Requirement already satisfied (use --upgrade to upgrade): twisted in /usr/lib64/python2.6/site-packages (from carbon)
Requirement already satisfied (use --upgrade to upgrade): txamqp in /usr/lib/python2.6/site-packages (from carbon)
Requirement already satisfied (use --upgrade to upgrade): zope.interface>=3.6.0 in /usr/lib64/python2.6/site-packages (from twisted->carbon)
Requirement already satisfied (use --upgrade to upgrade): distribute in /usr/lib/python2.6/site-packages (from zope.interface>=3.6.0->twisted->carbon)
Installing collected packages: carbon
  Running setup.py install for carbon
    package init file 'lib/twisted/plugins/__init__.py' not found (or not a regular file)
    warning: no previously-included files found matching 'conf/*.conf'
    changing mode of /opt/graphite/bin/validate-storage-schemas.py to 755
    changing mode of /opt/graphite/bin/carbon-aggregator.py to 755
    changing mode of /opt/graphite/bin/carbon-relay.py to 755
    changing mode of /opt/graphite/bin/carbon-client.py to 755
    changing mode of /opt/graphite/bin/carbon-cache.py to 755
Successfully installed carbon
Cleaning up...
[root@MYSERV sources]# pip install whisper
Requirement already satisfied (use --upgrade to upgrade): whisper in /usr/lib/python2.6/site-packages
Cleaning up...

I don't know why it can't be found.

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