Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache mod_wsgi and python 2.7

My WSGI installation uses python2.6 and my django project requires python 2.7 to work properly. Is is possible to relink the python version WSGI uses without recompiling wsgi? I've been having some odd errors trying to compile wsgi and I'd prefer to sidestep that whole troubleshooting process if possible.

Thanks

like image 855
NSU Avatar asked May 08 '26 14:05

NSU


1 Answers

To answer the specific question, no it is not possible to make a mod_wsgi installation compiled for one Python version to use a different version at run time.

Why don't you create a separate question for the actual problem you are having with compiling from source code. Better still ask it on the mod_wsgi mailing list where best people to help you can be found.

like image 169
Graham Dumpleton Avatar answered May 11 '26 05:05

Graham Dumpleton



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!