0

I have this file mod_wsgi-4.4.13+ap24vc9-cp27-none-win32.whl But when I try to use pip to install it via: pip install mod_wsgi-4.4.13+ap24vc9-cp27-none-win32.whl It responds as it is not a supported wheel on this platform. Pip is at its latest version.
How do I convert this .whl file into the Mod_wsgi.so format that Apache will accept?

Iron Fist
  • 10,739
  • 2
  • 18
  • 34
Jesse Quarum
  • 23
  • 1
  • 4

1 Answers1

2

Try using the official mod_wsgi Windows binaries instead. See:

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