Hi there,
Had code working today, but pushed a new release and looks like something went worng, i trhied to fix it....but nothig works.. When I try to run python2.7 -i /var/www/www_greentool_org_wsgi.py it shows me next error ImportError: No module named greentool.
My WSGI IS:
path = '/home/greentool/greentool/'
from greentool import app as application
Here how is my File directory looks like