gpt4 book ai didi

python - 设置我的远程 api

转载 作者:行者123 更新时间:2023-11-28 23:04:00 28 4
gpt4 key购买 nike

My app需要备份系统和远程管理,所以我禁用了联合登录以便更轻松地访问 remote_api。现在我可以登录但无法导入我的模块:

montao$ python ./remote_api_shell.py -s montaoproject.appspot.com
Email: niklasro
Password:
App Engine remote_api shell
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
[GCC 4.5.2]
The db, users, urlfetch, and memcache modules are imported.
s~montaoproject> import i18n
Traceback (most recent call last):
File "<console>", line 1, in <module>
ImportError: No module named i18n
s~montaoproject>

你能告诉我如何运行一些简单的远程 api 命令吗?我可以运行备份系统并通过/_ah/remote.api 与 python 2.7 连接,所以我的设置看起来是正确的,我可能只需要更清楚地了解如何使用 remote_api。

更新

这有效,但它似乎使用了 django 0.96:

ubuntu@ubuntu:/media/Lexar/montao$ PYTHONPATH=./montaoproject python ./remote_api_shell.py -s montaoproject.appspot.com
App Engine remote_api shell
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
[GCC 4.5.2]
The db, users, urlfetch, and memcache modules are imported.
s~montaoproject> import i18n
WARNING:root:You are using the default Django version (0.96). The default Django version will change in an App Engine release in the near future. Please call use_library() to explicitly select a Django version. For more information see http://code.google.com/appengine/docs/python/tools/libraries.html#Django
s~montaoproject>

最佳答案

在您的命令前加上 PYTHONPATH=.(或将 . 替换为您的应用程序所在的目录)。如果不告诉 Python 在哪里可以找到模块,它就不知道去哪里查找,并且默认情况下当前目录不是路径的一部分。

关于python - 设置我的远程 api,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8099353/

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