App Engine is a moving target because it doesn't fully support Setuptools. My older application works using the following versions:
appengine_monkey-0.1dev_r40-py2.5.egg Beaker-1.0.3-py2.5.egg decorator-2.2.0-py2.5.egg easy-install.pth FormEncode-1.0.1-py2.5.egg Mako-0.2.2-py2.5.egg nose-0.10.4-py2.5.egg Paste-1.7.2-py2.5.egg PasteDeploy-1.3.2-py2.5.egg PasteScript-1.7.2-py2.5.egg Pygments-0.9-py2.5.egg Pylons-0.9.7rc2-py2.5.egg RecipeDepot.egg-link Routes-1.10.1-py2.5.egg setuptools-0.6c9-py2.5.egg setuptools.pth simplejson-2.0.4-py2.5-linux-i686.egg Tempita-0.2-py2.5.egg WebError-0.9.1-py2.5.egg WebHelpers-0.6.4dev_20081116-py2.5.egg WebOb-0.9.4-py2.5.egg wsgiref-0.1.2-py2.5.egg I built it using an App Engine somewhere between 1.1.3 and 1.1.7, but it works on 1.1.9. Google modified the standard library in 1.1.9 to make appengine-monkey unnecessary, but they didn't modify it enough. See http://code.google.com/p/googleappengine/issues/detail?id=60 This is similar to your problem in terms of an AttributeError in the standard library, but my app is working in the same SDK versions that yours is not, so there may be something different in the appengine-monkey version or paste-deploy.py configuration. I'm going to try a new application with the current Pylons and libraries this week, so I may know more in a couple days. -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
