views:

109

answers:

1

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
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
Whoops, I didn't know that! Fixed, thanks!
katrielalex