Re: Error was: cannot import name validators

2010-05-18 Thread Ian Lewis
validators is a module that was added in Django 1.2. You probably have the wrong version of Django installed or are using Django 1.1 with a django application that requires Django 1.2. On Tue, May 18, 2010 at 6:01 PM, Pankaj Singh wrote: > pan...@pankaj-laptop:~/django_projects/pankaj$ python >

Re: Error was: cannot import name validators

2010-05-18 Thread Pankaj Singh
pan...@pankaj-laptop:~/django_projects/pankaj$ python Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from django.core import validators Traceback (most recent call last): File "", line 1, in Impor

Error was: cannot import name validators

2010-05-17 Thread Pankaj Singh
I am getting this error .. did a lot of googe search but not able to find a solution .. help please ViewDoesNotExist at /register/ Could not import user_registration.views. Error was: cannot import name validators Request Method: GET Request URL: http://127.0.0.1:/register/ Exception