On 24 January 2011 23:50, Piotr Ożarowski <[email protected]> wrote: > [sorry for breaking the thread, I didn't get cited mail and GoogleGroups' web > archive changes headers with '@' sign] > > Graham Dumpleton wrote: >> 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? > > /usr/lib/apache2/modules/mod_wsgi.so is a symlink to mod_wsgi.so-2.6, > if someone (insane ;) will change default Python version in Maverick to 3.1, > a hook will change the symlink to point to mod_wsgi.so-3.1 as well > > What you can do with it? > * ask Ubuntu guys to upgrade the package, or > * drop 3.1 support in 3.2-2 (by removing line 12 from debian/rules file), or > * accept the fact that python3.1 installation wasted few MiB on your hard > drive > (it doesn't harm mod_wsgi as long as you have Python 2.6 set as default)
Okay, great to know. Thanks. 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.
