I believe I was able to solve this problem by syncing my django
install to revision 8250'ish.  Using that version these obvious errors
go away... I just don't get to use the newest (best?) release of
django.

On Sep 20, 3:46 pm, Josh <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I've been following the instructions 
> here:http://code.google.com/appengine/articles/appengine_helper_for_django...
>
> And everything's worked well, until I tried to use:
> python manage.py update
>
> I ran into the expected problem of: "Error: Your action, 'update', was
> invalid."
> Because my django version that comes with app engine is 0.96
>
> It seems the solution should be copying in my new, up-to-date django
> version, which is version (1,0,'final').
>
> But now when I run python manage.py I always see:
>
> Traceback (most recent call last):
>   File "manage.py", line 20, in <module>
>     InstallAppengineHelperForDjango()
>   File "/home/jestelle/django/projects/mysite/appengine_django/
> __init__.py", line 441, in InstallAppengineHelperForDjango
>     InstallModelForm()
>   File "/home/jestelle/django/projects/mysite/appengine_django/
> __init__.py", line 495, in InstallModelForm
>     from django import newforms as forms
> ImportError: cannot import name newforms
>
> Does the app engine django helper not work with version 1.0?
>
> Thanks,
> Josh
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to