关注these steps会产生以下结果:
$ 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
我看到其他人有similar problems。
有什么想法吗?
答案 0 :(得分:3)
我写了Pyramid on Google App Engine example。它基于zc.buildout
和问题中提到的教程,但它运行Pyramid 1.4
和一些辅助食谱。