Thursday, January 20, 2011

How to install mod_wsgi 3.1 on Ubuntu 9.10

I have a Python 3 web app so mod_wsgi < 3.1 doesn't cut it for me. However, on my Ubuntu 9.10 installation there doesn't seem to be a package for mod_wsgi 3.1.

  1. Is there an alternative repository that has a package for mod_wsgi 3.1?
  2. There's a new Ubuntu release not so long from now, will it contain mod_wsgi 3.1?
  3. Some other distro ready with mod_wsgi 3.1 to recommend?
  4. Maybe my best bet is to compile it myself? From a quick google it looks like I only need the python and apache dev packages installed.

Thanks!

  • For question 2, it looks like Lucid (10.04) will have 2.8. Probably compiling it yourself should not be too difficult.

    Graham Dumpleton : Which is sad in itself given that even Ubuntu and Redhat Fedora have mod_wsgi 3.2 in their repositories now. Ubuntu just isn't keeping up these days if they only have mod_wsgi 2.8. :-(
    From fission

0 comments:

Post a Comment