Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I get mod_wsgi to work with a 64-bit Apache/Python install?

first, I'd like to say I've been lurking on this site for years and love it. For the first time, I feel like I've encountered a problem that hasn't been addressed on StackOverflow before, so here goes.

I am trying to get python to work on my 64-bit Wampserver install on Windows 7. I have a 64-bit version of python 2.7 running as well. However, I can't find a 64-bit version of mod_wsgi.so, which I understand is what I need. Is what I'm trying to do impossible?

like image 454
Eric van den Berg Avatar asked Jul 12 '26 22:07

Eric van den Berg


1 Answers

Try:

http://www.lfd.uci.edu/%7Egohlke/pythonlibs/#mod_wsgi

You may have to use that Apache distribution though.

like image 164
Graham Dumpleton Avatar answered Jul 15 '26 12:07

Graham Dumpleton