5

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 1

4

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?

Sign up to request clarification or add additional context in comments.

3 Comments

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/…'.
Server-side scripting? Code generation? Is there a difference between both when setting up the environment?
this was very useful for me while setting up: code.google.com/p/modwsgi/wiki/QuickConfigurationGuide

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.