running django python 3.4 on mod_wsgi with apache2
Hi I am getting the error below when going to the website url on ubuntu server 14.10 running apache 2 with mod_wsgi and python on django. My django application uses python 3.4 but it seems to be defaulting to python 2.7, I am unable to import image from PIL and AES from pycrypto. ImportError at / cannot import name _imaging Request Method: GET Request URL: Django Version: 1.7.3 Exception Type: ImportError Exception Value: cannot import name _imaging Exception Location: /usr/local/lib/python3.4/dist-packages/PIL/Image.py in , line 63 Python Executable: /usr/bin/python Python Version: 2.7.6