Hello! I use buildout to develop my Google Appengine application. To set up GAE I use rod.recipe.appengine. Thanks to this recipe I can deploy my application, use development server etc.
Also I want my Python interpreter to access this environment, so I can import appengine's webapp, db and so on. I don't know how to do this. Currently I have next configuration of the interpreter: [python] recipe = zc.recipe.egg:scripts interpreter = python eggs = myapp With this configuration I can't access any part of google_appengine. What should I do to properly customize Python interpreter for use with Appengine. Thanks in advance. Sorry, if my English isn't proper enough. with regards, Maxim
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig