Python 在谷歌应用程序引擎上设置金字塔

Python 在谷歌应用程序引擎上设置金字塔,python,google-app-engine,pyramid,Python,Google App Engine,Pyramid,以下结果如下: $ 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 function

以下结果如下:

$ 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
我看到还有一些人在吃


有什么想法吗?

我写了一封信。它基于
zc.buildout
和问题中提到的教程,但它运行的是
Pyramid 1.4
和一些助手配方。

我没有看到这个确切的问题,但当我在mac上开发时,我所做的工作是从activestate或homebrew或macports安装python2.5,并使用buildout和appengine配方。希望helpsI也使用了金字塔和AppEngine。我在python2.5中使用了Ubuntu和deadsnake的ppa。一切都很顺利。后来我遇到启动时间太长的问题(如果应用程序响应时间太长,AppEngine会终止你的请求),所以我离开了AppEngine。嗯,谢谢你的建议。我们从来没有把它放在一起使用过,但是我们已经从AppEngine移到了后端。那个教程有点过时了。它应该与