0

the set the i have so far is: windows 7 64bit Apache 2.2.14/mysql/php 5.3.1

i installed python 2.7. not configured.

i tried installing mod_python but it kept telling python 2.5 is required

3
  • 1
    I'd highly recommend using mod_wsgi instead of mod_python. The latter is deprecated and probably will be unmaintained before long; WSGI is the standard way to run a Python script in a web server. Commented Jul 29, 2010 at 1:34
  • WSGI, and a linux box too. The closer you are to the production environment, the less surprises you will have when deploying. Commented Jul 29, 2010 at 1:41
  • @Luper: His production environment might not be Linux. WAMP (Windows, Apache, MySQL, Perl/Python/PHP/etc.) isn't as common as LAMP, but it's far from unheard of. Commented Jul 29, 2010 at 1:51

1 Answer 1

1

Dump mod_python. It's dead, Jim.

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

Comments

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.