Rashid Ahmad Khan
Rashid Ahmad Khan

Reputation: 328

wsgi_mod installation in windows 10

I want to install WSGI for python web application on windows-10. But when I run pip install mod_wsgi command i get error.

error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\link.exe' failed with exit status 1120
Anybody can resolve this problem?

Upvotes: 0

Views: 739

Answers (1)

Fachinformatiker
Fachinformatiker

Reputation: 160

Current understanding is that 32 bit builds are broken. That or you are mixing 32 bit and 64 bit versions of Python, Apache or the Windows compilers. They must be all 32 bit or all 64 bit.

Upvotes: 1

Related Questions