1

How do I install mod_python to run with Python 2.6 on a Windows machine? I could not find an installer for Python 2.6.

I downloaded this installer for (mod_python on Python 2.5): mod_python-3.3.1.win32-py2.5-Apache2.2.exe and extracted it to get PLATLIB and SCRIPTS folders. Where do I go from here?

2 Answers 2

3

You don't. That's the install for Python 2.5 and will not work. You can try the instructions here or use mod_wsgi instead as they suggest.

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

Comments

2

Nowhere. That is for Python 2.5. You'll need to build from source if you want it to work with 2.6, or wait for them to get around to it.

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.