gpt4 book ai didi

python - 我按照 webapp2 上的教程详细创建了一个 hello world 应用程序,但它不起作用

转载 作者:行者123 更新时间:2023-11-30 23:08:25 26 4
gpt4 key购买 nike

我已经创建了一个文件夹。

在该文件夹中,

我已经创建

app.yaml

它包含:

application: helloworld
version: 1
runtime: python27
api_version: 1
threadsafe: true

handlers:
- url: /.*
script: helloworld.py

我已经创建

helloworld.py

它包含:

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

当我在 Google App Engine 启动器中单击“浏览”时,该应用程序应该运行并显示

Hello, world!

根据教程。

但是当我点击“浏览”时,浏览器显示一个空网页。

如果我点击 Chrome 中的开发者工具,我可以看到生成的网站是:

<html>
<head><style type="text/css"></style></head>
<body></body>
</html>

可能出了什么问题?为什么这个简单的 hello world 示例对我不起作用?

编辑:

以下是相关教程的链接: https://webapp-improved.appspot.com/tutorials/gettingstarted/helloworld.html#tutorials-gettingstarted-helloworld

最佳答案

我不确定您使用的是什么教程,但是 CGI 样式不适用于 python27 运行时(并且旧版本已经很多年不可用了)。您应该使用 actual GAE tutorial .

关于python - 我按照 webapp2 上的教程详细创建了一个 hello world 应用程序,但它不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31739304/

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