gpt4 book ai didi

iis - 尝试在 IIS 上运行第一个 python 脚本时出错

转载 作者:行者123 更新时间:2023-12-05 01:18:13 27 4
gpt4 key购买 nike

我遵循了如何为 IIS 设置 Python 中的步骤:
Python on IIS: how?

但是当我编写脚本并尝试运行它时,它在第一行失败。我收到此错误消息:

HTTP Error 502.2 - Bad Gateway The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are " File "C:\Development\Python\helloworld.py", line 1 print 'Content-Type: text/plain' ^ SyntaxError: invalid syntax ".



这是我对 python 的第一次尝试。出了什么问题?

最佳答案

所以你的例子 helloworld.py需要改为:

print('Content-Type: text/plain')
print('')
print('Hello, world!')

Python 3 将打印更改为使用函数调用语法(可在 Python 2 中使用)。

关于iis - 尝试在 IIS 上运行第一个 python 脚本时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14207717/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com