Installing Mod-wsgi 3.3 for apache 2.2 and python 3.2
- by aaronasterling
I am attempting to install Mod-wsgi 3.3 on an ubuntu 11.10 desktop edition with apache 2.2 and python 3.2
I downloaded the source tarball and extracted it. I configured it using the --with-python=/usr/bin/python3 option to configure. This is the only copy of python3 that I have installed.
I then issued the commands make and sudo make install.
I…