在Google App Engine上设置Pyramid

时间:2011-09-26 10:26:48

标签: python google-app-engine pyramid

关注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

有什么想法吗?

1 个答案:

答案 0 :(得分:3)

我写了Pyramid on Google App Engine example。它基于zc.buildout和问题中提到的教程,但它运行Pyramid 1.4和一些辅助食谱。