[google-appengine] Re: 500 error online (cannot find module) but no problem with dev_appserver

2009-02-28 Thread DocDay
I've been having a similar problem. For me, it came down to the name of the import module directory. When the directory was named test, the import worked in the SDK (1.1.9) but not online. Renaming the directory to tst cured the problem. Is test some kind of magic word to GAE? A very simple

[google-appengine] Re: 500 error online (cannot find module) but no problem with dev_appserver

2009-02-28 Thread DocDay
I've been having a similar problem. For me, it came down to the name of the import module directory. When the directory was named test, the import worked in the SDK (1.1.9) but not online. Renaming the directory to tst cured the problem. Is test some kind of magic word to GAE? A very simple

[google-appengine] Re: 500 error online (cannot find module) but no problem with dev_appserver

2009-02-27 Thread johntray
OK thanks for the info. Can I ask you to feed a suggestion back to the GAE documentation folks? A sentence or two about not commingling handlers and static dirs in http://code.google.com/appengine/docs/python/tools/configuration.html#Static_File_Handlers would have saved me some grief. My app