Ciller

Results 3 comments of Ciller

my get5.wshi looks like this #!/usr/bin/python activate_this = '/var/www/get5-web/venv/bin/activate_this.py' execfile(activate_this, dict(__file__=activate_this)) import sys import logging logging.basicConfig(stream=sys.stderr) folder = "/var/www/get5-web" if not folder in sys.path: sys.path.insert(0, folder) sys.path.insert(0,"") from get5 import...

and i use Debian 9 i hope that is no problem

eroor update after installing it on another debian 9 server i get this error [Fri Jan 18 15:24:19.191344 2019] [wsgi:warn] [pid 1381] mod_wsgi: Compiled for Python/3.5.1+. [Fri Jan 18 15:24:19.191412...