[google-appengine] Re: gae 1.1.9 + appengine_django = ?

2009-02-10 Thread cz
Ah ha, it turns out that you are correct Alexander, my appengine tree is checked out to ./.google_appengine and invisible files inside the app directory are of course in the skip-file list... On Feb 10, 9:45 pm, cz wrote: > Thanks, I was looking at those threads, but I think my problem is > unre

[google-appengine] Re: gae 1.1.9 + appengine_django = ?

2009-02-10 Thread cz
Thanks, I was looking at those threads, but I think my problem is unrelated since the module in question is accessible via PYTHONPATH and shouldn't have anything to do with skipped files. Also, as I stated previously, I have the latest version of GAE and the django helper checked out (r41 and r74

[google-appengine] Re: gae 1.1.9 + appengine_django = ?

2009-02-10 Thread Alexander Kojevnikov
On Feb 11, 11:16 am, jamesv wrote: > Mine is blowing up as well, except on: > > : > Application configuration could not be read from "./app.yaml" http://groups.google.com/group/google-appengine/msg/9cb48e2e5d12aaae --~--~-~--~~~---~--~~ You received this message

[google-appengine] Re: gae 1.1.9 + appengine_django = ?

2009-02-10 Thread jamesv
Mine is blowing up as well, except on: : Application configuration could not be read from "./app.yaml" --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to g

[google-appengine] Re: gae 1.1.9 + appengine_django = ?

2009-02-10 Thread cz
Oh, and here's what the beginning of main.py looks like: # Standard Python imports. import os import sys import logging import settings # Fix (hack) for missing unlink if os.name == 'nt': os.unlink = lambda: None from appengine_django import InstallAppengineHelperForDjango InstallAppengineHe