在 Google App Engine 上设置 Pyramid

发布于 2024-12-07 02:37:27 字数 768 浏览 1 评论 0原文

执行这些步骤将产生以下结果:

$ python2.5 ../appengine-monkey/appengine-homedir.py --gae $GAE_PATH pyramidapp
New python executable in pyramidapp/bin/python2.5
Also creating executable in pyramidapp/bin/python
ERROR: The executable pyramidapp/bin/python2.5 is not functioning
ERROR: It thinks sys.prefix is '/System/Library/Frameworks/Python.framework/Versions/2.5' (should be '/Users/lostdorje/Development/workspace/pyramidapp')
ERROR: virtualenv is not compatible with this system or executable

我看到其他一些人有类似的问题

有什么想法吗?

Following these steps produces the following:

$ python2.5 ../appengine-monkey/appengine-homedir.py --gae $GAE_PATH pyramidapp
New python executable in pyramidapp/bin/python2.5
Also creating executable in pyramidapp/bin/python
ERROR: The executable pyramidapp/bin/python2.5 is not functioning
ERROR: It thinks sys.prefix is '/System/Library/Frameworks/Python.framework/Versions/2.5' (should be '/Users/lostdorje/Development/workspace/pyramidapp')
ERROR: virtualenv is not compatible with this system or executable

I see some others are having similar problems.

Any thoughts?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉栀 2024-12-14 02:37:27

我编写了一个 Google App Engine 上的 Pyramid 示例。它基于 zc.buildout 和问题中提到的教程,但它与 Pyramid 1.4 和一些帮助程序一起运行。

I wrote a Pyramid on Google App Engine example. Its based on zc.buildout and on the tutorial mentioned in the question, but it is running with Pyramid 1.4 and some helper recipes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文