I have Google Cloud with Debian 9. There are python 2.7a and 3.5. 3.5 I did as default.
I have apache where is PHP and I need to keep it there.
I installed libapache2-mod-python
configured virtual host and pure python file return me a correct result.
I installed Flask framework and it throws an exception that ImportError: No module named Flask
It's my first time with Flask and in general with python in web.
For all examples I see mod_wsgi but I can't install it with libapache2-mod-python.
My questions are: Does it's possible to run Flash with libapache2-mod-python module? If no, then does mod_wsgi has no conflict with PHP apache module? Thanks for any hints.