On 12/8/06, Ramdas S <[EMAIL PROTECTED]> wrote:
> I am trying Django forms. I just updated to the new svn revision 4186.
>
> But when I try
>
> >>> from django import newforms
> Traceback (most recent call last):
>
>  File "<console>", line 1, in ?
> ImportError: cannot import name newforms

I suspect you have multiple versions of Django installed, and your
Python was pointed at the wrong one when you ran that import
statement.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to