3

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?

2 Answers2

5

Try:

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

You may have to use that Apache distribution though.

Graham Dumpleton
  • 57,726
  • 6
  • 119
  • 134
0

You could always compile from source.

Even if you do that you'll have to get 64 bit apache too, since ASF doesn't ditribute 64 bit windows binary. Are you sure you've got 64 bit one installed?

soulcheck
  • 36,297
  • 6
  • 91
  • 90