gpt4 book ai didi

python - flask 'hello world' 不工作

转载 作者:行者123 更新时间:2023-12-04 11:51:24 35 4
gpt4 key购买 nike

我从他们的网站复制粘贴了 flask 的“hello world”应用程序,并试图运行它。我在 Chrome 中收到一条错误消息说

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

这是直接来自 flask 网站的“hello world”应用程序
from flask import Flask
app = Flask(__name__)

@app.route('/')
def hello_world():
return 'Hello World!'

if __name__ == '__main__':
app.debug = True
app.run()

我尝试过的:

- 暂时禁用 Avast!

- 禁用 Windows 防火墙

-确保安装了flask模块

这实际上在几天前有效......

最佳答案

我不知道为什么 但当我改变

app.run()


app.run(port=4996)

它开始工作。不知道为什么默认端口会抛出错误。那好吧。

关于python - flask 'hello world' 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35818713/

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