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?
1 Answer
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?
3 Comments
Graham Dumpleton
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 'blog.dscpl.com.au/2010/06/…'.
Ivin
Server-side scripting? Code generation? Is there a difference between both when setting up the environment?
ljgww
this was very useful for me while setting up: code.google.com/p/modwsgi/wiki/QuickConfigurationGuide