[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
InstallAppengineHelperForDjango()

etc...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



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

2009-02-10 Thread jamesv

Mine is blowing up as well, except on:

class 'google.appengine.tools.dev_appserver.InvalidAppConfigError':
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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



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

2009-02-10 Thread Alexander Kojevnikov

On Feb 11, 11:16 am, jamesv jamesvreel...@gmail.com wrote:
 Mine is blowing up as well, except on:

 class 'google.appengine.tools.dev_appserver.InvalidAppConfigError':
 Application configuration could not be read from ./app.yaml

http://groups.google.com/group/google-appengine/msg/9cb48e2e5d12aaae

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[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 respectively).


On Feb 10, 4:19 pm, Alexander Kojevnikov alexan...@kojevnikov.com
wrote:
 On Feb 11, 11:16 am, jamesv jamesvreel...@gmail.com wrote:

  Mine is blowing up as well, except on:

  class 'google.appengine.tools.dev_appserver.InvalidAppConfigError':
  Application configuration could not be read from ./app.yaml

 http://groups.google.com/group/google-appengine/msg/9cb48e2e5d12aaae
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---