Ben Shelock
Ben Shelock

Reputation: 20965

Using Python with WAMP

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?

Upvotes: 5

Views: 4240

Answers (1)

Katriel
Katriel

Reputation: 123632

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?

Upvotes: 4

Related Questions