← 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

    Status: Open => Solved

JARDINC confirmed that the question is solved:
So ... I found that in /usr/lib/python2.6/site-packages/ my whisper.py &
.pyc files were in 600 and not in 644

-rw-------   1 root root  27K  1 août  12:03 whisper.py
-rw-------   1 root root  24K  1 août  12:03 whisper.pyc

TO

-rw-r--r--   1 root root  27K  1 août  12:03 whisper.py
-rw-r--r--   1 root root  24K  1 août  12:03 whisper.pyc

Now i got the web interface !

I always have other messages in the error.log but i will try to debug
them bymyself ! :)

I hope it can help someone :) ++

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