I use WAMP for my PHP and MySQL development. I want to start learning Python for use in web development. Is there a way for me to use Python within WAMP?
A:
Short answer: yes, use MOD_WSGI (not MOD_PYTHON).
Long answer: yes, what do you want to use it for? Server-side scripting? Code generation?
katrielalex
2010-07-22 15:05:46
Your short answer can be even shorter as mod_python is now officially a dead project and really shouldn't be recommended to new users. See 'http://blog.dscpl.com.au/2010/06/modpython-project-is-now-officially.html'.
Graham Dumpleton
2010-07-23 01:32:25
Whoops, I didn't know that! Fixed, thanks!
katrielalex
2010-07-23 08:49:59