I am looking at getting python up and running with my WAMP setup.
I need it to test some py apps I am learning to build.
I see that Mod_wsgi project was terminated and that was pretty much the only way I found on how to run python on WAMP.
Can anyone advise how to get it up and running?
Thank you so much
mod_wsgiis an active, working project, and you have essentially answered your own question, you should use it.You may have been thinking of
mod_python, a different, discontinuted project that has been superseeded bymod_wsgi.I would suggest you follow this guide.