My Ubuntu server has this version installed:
# dpkg -l | grep wsgi
ii libapache2-mod-wsgi 2.8-2ubuntu1 Python WSGI adapter module for Apache
How can I get the latest Version 3.3?
|
My Ubuntu server has this version installed:
How can I get the latest Version 3.3? |
|||
|
|
|
Download and compile it. There is a pretty good README in their source package. But you can start by installing |
|||||
|
|
sudo apt-get build-dep libapache2-mod-wsgi And then you can build from source reading the readme |
|||
|
|
|
Debian has libapache2-mod-wsgi, but this won't work on Ubuntu 10.04 because it depends on libpython2.7 for which there's no package for 10.04. I downloaded the source from here:
Then just
|
|||
|
|