I'm sure this is something stupid on my end but I just can't see it...
everything worked fine until I checked out the latest versions of GAE
and appengine helper (r41, r74).

On startup (in main.py) I get this exception:

 ...\appengine_django\__init__.py in InstallModelForm()
  515   """Replace Django ModelForm with the AppEngine ModelForm."""
  516   # This MUST happen as early as possible, but after any auth
model patching.
  517   from google.appengine.ext.db import djangoforms as aeforms
  518   try:
  519     # pre 1.0
google undefined, djangoforms undefined, aeforms undefined

<type 'exceptions.ImportError'>: No module named ext.db
      args = ('No module named ext.db',)
      message = 'No module named ext.db'

The module google.appengine.ext.db is definitely there and as a test I
inserted a few import statements in main.py which seemed to indicate
every GAE module except ext.db is importable... anyways if anybody can
tell me what I've got wrong I'd really appreciate it.

thanks,
- c
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to