[modwsgi] configure mod_wsgi to run with python3.6

2018-04-16 Thread nitzan.cohen via modwsgi
Hey, I have an ubuntu server with apache that I would like to run my Flask app on (python3.6). I have installed mod_wsgi and enabled it: sudo apt-get install libapache2-mod-wsgi sudo a2enmod wsgi I have a file in my project "runtime.txt" that has inside "python-3.6.3" When I try to surf to the

Re: [modwsgi] configure mod_wsgi to run with python3.6

2018-04-16 Thread Graham Dumpleton
You cannot point mod_wsgi compiled for Python 2.7 at a Python 3.6 virtual environment. This is explained in the documentation on virtual environments. http://modwsgi.readthedocs.io/en/develop/user-guides/virtual-environments.html