gpt4 book ai didi

google-app-engine - Go appengine 示例抛出异常

转载 作者:IT王子 更新时间:2023-10-29 02:06:26 25 4
gpt4 key购买 nike

我无法使用应用引擎包附带的 go 示例。

根据文档,我应该能够运行:

cd google_appengine
dev_appserver.py helloworld

一切似乎都启动正常,如下面的终端输出所示:

WARNING  2012-10-01 04:32:09,023 rdbms_mysqldb.py:74] The rdbms API is not available     because the MySQLdb library could not be loaded.
INFO 2012-10-01 04:32:09,077 appcfg.py:585] Checking for updates to the SDK.
INFO 2012-10-01 04:32:09,728 appcfg.py:603] The SDK is up to date.
INFO 2012-10-01 04:32:09,746 dev_appserver_multiprocess.py:655] Running application dev~helloworld on port 8080: http://localhost:8080
INFO 2012-10-01 04:32:09,746 dev_appserver_multiprocess.py:657] Admin console is available at: http://localhost:8080/_ah/admin

但是当我尝试查看在 localhost:8080 上提供的页面时,我得到:

<type 'exceptions.Exception'>: ('no .go files in %s', '/home/chris/.google_appengine/demos/helloworld') 
args = ('no .go files in %s', '/home/chris/.google_appengine/demos/helloworld')
message = ''

这是正确的,在 demos/helloworld 中没有 go 文件,而是在 demos/helloworld/helloworld 中(这是它们的文件夹结构,不是我的)。我尝试将文件移动到父文件夹,但这不起作用。

这是全新安装的 go (1.0.3) 和 appengine。

顺便说一句,演示文件夹中的所有示例都会出现这种情况。

有什么想法吗?

最佳答案

你试过吗?

cd google_appengine
./dev_appserver.py demos/helloworld

关于google-app-engine - Go appengine 示例抛出异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12667613/

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