Thanks.

I was able to locate the problem in views.py to this line: "from
django.core.unresolvers import reverse;"
to: "from django.core.urlresolvers import reverse;" This fixed it.


On Jun 21, 4:06 pm, Daniel Roseman <dan...@roseman.org.uk> wrote:
> On Jun 21, 1:38 pm, tekion <tek...@gmail.com> wrote:
>
>
>
> > Hi,
> > I am getting the below error:
> > ViewDoesNotExist at /polls/
>
> > Could not import play_django.polls.views. Error was: No module named
> > unresolvers
>
> > Request Method:         GET
> > Request URL:    http://127.0.0.1:8000/polls/
> > Exception Type:         ViewDoesNotExist
> > Exception Value:
>
> > Could not import play_django.polls.views. Error was: No module named
> > unresolvers
>
> > I am stump becuase the views.py does exist under polls and index
> > function does exist in views.py.  Why is it having problem importing
> > it?
>
> The module is called urlresolvers, not unresolvers.
> --
> DR.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to