Hi, all: This is a major rework of my GAE/Pylons article, which requires fewer steps now. There's no Paste patch, and it still uses a regular INI config file. I've also provided both pip and easy_install instructions this time. The appname.egg-info directory seems to be working now; I'm not sure whether the latest SDK update fixed something or I had a config error before.
http://countergram.com/articles/pylons-google-app-engine/ There is an important new workaround, but it's included in my app.py and doesn't require a manual change. The latest setuptools (0.6c11) (specifically pkg_resources.py) now imports mkdir from os, which doesn't exist on GAE, resulting in an ImportError unless you set os.mkdir to something before importing anything else. Matt: Sorry I haven't been able to reply to your article. I'm pretty much doing this on weekends. I do like the idea of being able to use (test) datastore outside of the GAE engine, which I haven't attempted yet. Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
