Ok so my issue was on ./configure I entered --with-python=/usr/local/lib/python3.4 rather than just python3. I deleted flask from system python, and left flask installed into python3 - it now serves the page properly! My venv is using 3.4. The vhost flask app is working fine. this line in the .wsgi file makes me curious though:
#!/usr/bin/python Would this shebang line call the python2.x to run the .conf and .wsgi files. Dont see how it could matter because apparently the app is running fine with 3.4. Anyways thanks. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
