大家好,我正在尝试按照http://elvenware.com/charlie/development/web/Python/Xampp.html使用 xampp 设置 python。我正在运行 xammp usb lite 1.77
按照此处和 Windows 上的Python 和 XAMPP 上的说明进行操作:如何?,
我创造了
#!F:/Python27/python
print "Content-type: text/html\n\n"
print "<html><head><title>Hello World from Python</title></head><body>Hello World from a Python CGI Script</body></html>
当我将它放在 cgi-bin 文件夹中并像 htp://localhost/cgi-bin/test.py 一样运行它后尝试运行它时,我得到:
Premature end of script headers: test.py
顺便说一句,包含的 htp://localhost/cgi-bin/cgi.cgi 脚本有效!
知道我能做些什么来解决这个问题吗?
先感谢您,
账单