BSS
BSS

Reputation: 31

Mod_wsgi configure with wamp

I am using Windows XP(32 bit),Wamp 2.2 Apache 2.2.22 and Python 2.7

I am trying to setup a WAMPServer and am stuck on which file I need to download from the site: http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi

Also, many of the tutorials I have seen on the matter say to download a .so file. However the above link contains .whl files?

if someone help me.

Thank you for your help.

Upvotes: 0

Views: 495

Answers (1)

Graham Dumpleton
Graham Dumpleton

Reputation: 58523

Go to the mod_wsgi documentation and read it instead:

Once the module is loaded into Apache, then for setting up the WSGI application see:

Upvotes: 1

Related Questions