lostdorje
lostdorje

Reputation: 6460

setup of Pyramid on Google App Engine

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?

Upvotes: 2

Views: 612

Answers (1)

jensens
jensens

Reputation: 301

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.

Upvotes: 3

Related Questions