【发布时间】:2010-10-01 17:36:28
【问题描述】:
我想获得一个简单的 Python“hello world”网页脚本以在 Windows Vista/Apache 上运行,但遇到了不同的问题。我正在使用 WAMP。我已经安装了mod_python 并且模块显示了,但我不太确定我应该做什么,例如http.conf(在访问http://localhost/myfolder/index.py 时,诸如 AddHandler mod_python .py 之类的东西要么将我带到一个未找到的文件,要么是一个被禁止的,或未找到模块的错误)。我可以让mod_python.publisher 工作,但我“想要”这个/需要这个吗?
谁能帮忙?
谢谢!
【问题讨论】:
-
我如何配置 django + apache 可能很有用,在 StackOverflow 上:here
标签: python wamp mod-python