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.
- Is there an alternative repository that has a package for mod_wsgi 3.1?
- There's a new Ubuntu release not so long from now, will it contain mod_wsgi 3.1?
- Some other distro ready with mod_wsgi 3.1 to recommend?
- 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!
From serverfault
pthulin
-
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