Hi, I'm using web2py on a server with two different python interpreter (v. 2.6 and v. 2.7). I'm using Apache 2.2 and mod_wsgi 3.3 built for Python 2.7. Everything work fine but when I get a ticket the python executable path is wrong. It's the Apache executable path, not the Python intepreter path. This is peculiar to mod_wsgi, as explained in http://serverfault.com/questions/108067/how-do-i-find-the-python-executable-that-my-server-is-using. In the code "RestrictedError.py" is used "sys.executable", but it should be "sys.prefix" when using mod_wsgi.
Maybe it could be useful to add this information the ticket page. Bye, Floyd

