Windows 上的 mod_python 与 Python 2.6
如何安装 mod_python 以在 Windows 计算机上使用 Python 2.6 运行?我找不到 Python 2.6 的安装程序。
我下载了这个安装程序(Python 2.5上的mod_python): mod_python-3.3.1.win32-py2.5-Apache2.2.exe 并将其解压以获取 PLATLIB 和 SCRIPTS 文件夹。我该去哪里?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你不知道。这是 Python 2.5 的安装,将不起作用。可以尝试此处的说明或按照他们的建议使用 mod_wsgi 。
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.
无处。这是针对 Python 2.5 的。您需要从 源 进行构建如果你希望它能与 2.6 一起使用,或者等待他们解决它。
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.