On 24 January 2011 21:35, Piotr Ożarowski <[email protected]> wrote: > Maverick (Ubuntu 10.10) has mod-wsgi source package in version 3.2-2 > which contains modules for both 2.X and 3.X interpreters (compare list > of files¹ and dependencies²) > > [¹] http://packages.ubuntu.com/maverick/amd64/libapache2-mod-wsgi/filelist > [²] http://packages.ubuntu.com/maverick/libapache2-mod-wsgi > > In Debian Squeeze³ we decided to keep Python 2.X and Python 3.X as > separate runtime systems and thus for public modules we have python-foo > and python3-foo binary packages. > > That's why I added libapache2-mod-wsgi-py3 package in 3.3-1 (which > conflicts with libapache2-mod-wsgi so you cannot install both at the > same time). > > [³] first Debian stable version that supports Python 3, will be released > in less than 2 weeks, BTW > > mod-wsgi was synced from unstable in an unfortunate time and that's why > this problem is affecting Ubuntu only
What is the result then? Is it safe to install on Ubuntu, with the caveat that it also drags down Python 3.1. In the package it has: /usr/lib/apache2/modules/mod_wsgi.so /usr/lib/apache2/modules/mod_wsgi.so-2.6 /usr/lib/apache2/modules/mod_wsgi.so-3.1 Is the mod_wsgi.so a symlink to one or the other, or something else, like version for Python 2.5? Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
