Re: running into problems with polls tutorial

2009-06-21 Thread tekion
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 wrote: > On Jun 21, 1:38 pm, tekion wrote: > > > > > Hi, > > I am getting the

Re: running into problems with polls tutorial

2009-06-21 Thread Daniel Roseman
On Jun 21, 1:38 pm, tekion 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:         Vie

Re: running into problems with polls tutorial

2009-06-21 Thread Dhruv Adhia
Did you import the module in urls.py? On Sun, Jun 21, 2009 at 5:38 AM, tekion 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

running into problems with polls tutorial

2009-06-21 Thread tekion
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