[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2014-10-08 Thread Kinney
The re-compile by Robert also requires you to enable the module with apache2 at the end. # a2enmod wsgi # service apache2 restart # ls -lah /etc/apache2/mods-enabled/ lrwxrwxrwx 1 root root 27 Oct 9 02:57 wsgi.conf - ../mods-available/wsgi.conf lrwxrwxrwx 1 root root 27 Oct 9 02:57

[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2014-10-08 Thread Kinney
The re-compile by Robert also requires you to enable the module with apache2 at the end. # a2enmod wsgi # service apache2 restart # ls -lah /etc/apache2/mods-enabled/ lrwxrwxrwx 1 root root 27 Oct 9 02:57 wsgi.conf - ../mods-available/wsgi.conf lrwxrwxrwx 1 root root 27 Oct 9 02:57

[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2013-04-10 Thread Jason Cline
Recompiling mod-pythong and mod-wsgi did indeed produce fewer warnings, however I'm still seeing 500 errors. Did the work around work for anyone else? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2013-03-08 Thread Robert Hernandez
# You have to recompile mod-python and/or mod-wsgi. # Remove mods apt-get remove libapache2-mod-python libapache2-mod-wsgi # Get dependencies apt-get build-dep libapache2-mod-python libapache2-mod-wsgi # Build mod-python mkdir /tmp/python cd /tmp/python apt-get source libapache2-mod-python cd

[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2013-01-30 Thread Alan Frye
I upgrade to 12.04 yesterday and noticed that none of my python sites are working. I am getting this same error. Is there a fix or a work around for this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2013-01-30 Thread Robie Basak
I can't reproduce this on 12.04, using package versions: apache2 2.2.22-1ubuntu1.2 libapache2-mod-python 3.3.1-9ubuntu1 A basic hello world python page works correctly for me. Please can someone affected post a minimal test case? We can't update a stable release without a test case. Thanks!

[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2013-01-19 Thread TJ
** Bug watch added: code.google.com/p/modwsgi/issues #276 http://code.google.com/p/modwsgi/issues/detail?id=276 ** Also affects: mod-python via http://code.google.com/p/modwsgi/issues/detail?id=276 Importance: Unknown Status: Unknown ** No longer affects: mod-python -- You

[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2013-01-18 Thread TJ
After a do-release-upgrade from 10.04.1 to 12.04.1 I'm seeing this issue too. It causes various HTTP vhosts that use Python applications (in this case Trac) to report: 500 Internal Server Error This is a serious regression affecting production servers. I've increased the bug importance

[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2013-01-18 Thread TJ
Looking at the build history the problem seems to be that the package was last built for Oneiric which defaults to using Python 2.7.2 (on the build server). There was no rebuild for Precise which uses Python 2.7.3 as the default. Therefore the Precise package is the same one built for Oneiric -

[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2012-12-08 Thread rob cain
Could I add to this please - o too have experienced this exact problem on apache restart - whilst/after adding ssl directives to my vhosts entries - i was forced to revert out ssl entries to get apache+vhosts to start again. i made the vhosts entries using zpanal apache vhosts overrides, but also

[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2012-10-31 Thread Matthias Klose
known issue, however it's a warning, the module continues to work. ** Changed in: libapache2-mod-python (Ubuntu) Importance: Undecided = Low ** Changed in: libapache2-mod-python (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 1073147] Re: Python version mismatch, expected '2.7.2+', found '2.7.3'

2012-10-31 Thread guigao
The error log says ERROR and I wasn't able to make it work. [Tue Oct 30 02:11:00 2012] *[error]* python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'. Latter I installed libapache2-mod-wsgi and got the same type of message, but now just as a warning. So, with