Thanks Massimo! That was exactly the problem. I had basic GAE working with Python 2.6, so made the rash assumption that the rest of it would run safely. I swapped in Python 2.5 and it GAE+web2py runs *much* better. It serves out pages as expected, etc. It does come up with a couple of warnings:
WARNING 2009-12-29 15:33:57,886 datastore_file_stub.py:483] Could not read datastore data from /tmp/dev_appserver.datastore WARNING 2009-12-29 15:34:17,456 portalocker.py:91] no file locking WARNING 2009-12-29 15:34:19,212 main.py:50] unable to import wsgiserver Are these normal/expected? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.