如何在 IIS 上使用 python 3.x 脚本 windows 10
How to use python 3.x scripts on IIS windows 10
我正在尝试 运行 python 3.x IIS 上的脚本,我遇到了这个答案:
我试过这个方法,但似乎没有用,我收到了 The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are " File "C:\dev\python\HelloWorld.py", line 1 print 'Content-Type: text/plain' ^ SyntaxError: Missing parentheses in call to 'print'
“。
我只是想知道是否有一种方法可以解决这个问题并在 IIS 10
上使用 python 3.x 脚本
只需修复 "C:\dev\python\HelloWorld.py" 中的语法错误。
我正在尝试 运行 python 3.x IIS 上的脚本,我遇到了这个答案:
我试过这个方法,但似乎没有用,我收到了 The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are " File "C:\dev\python\HelloWorld.py", line 1 print 'Content-Type: text/plain' ^ SyntaxError: Missing parentheses in call to 'print'
“。
我只是想知道是否有一种方法可以解决这个问题并在 IIS 10
上使用 python 3.x 脚本只需修复 "C:\dev\python\HelloWorld.py" 中的语法错误。