Re: Exception Value: No module named url -- on django poll tutorial

2013-08-09 Thread Bill Freeman
Stack traces help a lot. Just follow it up from the bottom until it's back in your code. Then you know where to concentrate. On Fri, Aug 9, 2013 at 2:31 AM, goreano wrote: > HEYY K1G, You've got it this is a typical case of trees not > letting me see the forest > > Thanks a lot

Re: Exception Value: No module named url -- on django poll tutorial

2013-08-08 Thread goreano
HEYY K1G, You've got it this is a typical case of trees not letting me see the forest Thanks a lot for your eagles eye ;-) El viernes, 9 de agosto de 2013 00:56:11 UTC+2, ke1g escribió: > > > > > On Thu, Aug 8, 2013 at 4:18 PM, goreano >wrote: > >> Here is the full error trace >

Re: Exception Value: No module named url -- on django poll tutorial

2013-08-08 Thread Bill Freeman
On Thu, Aug 8, 2013 at 4:18 PM, goreano wrote: > Here is the full error trace > > ... > > Traceback: > File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" > in get_response > 103. resolver_match = > resolver.resolve(request.path_info) > File "/usr/

Re: Exception Value: No module named url -- on django poll tutorial

2013-08-08 Thread goreano
Thanks, thas was a good try, im sure it is path related, THX VM El jueves, 8 de agosto de 2013 15:26:42 UTC+2, Mike Dewhirst escribió: > > Sorry - I didn't look past your settings ROOT_URLCONF > > Nor did I see that others have responded. Please disregard mine. > > Cheers > > Mike > > On 8/08/

Re: Exception Value: No module named url -- on django poll tutorial

2013-08-08 Thread goreano
Well, what typo is it El jueves, 8 de agosto de 2013 15:15:35 UTC+2, pa xapy escribió: > > you have a typo in the urls.py -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send

Re: Exception Value: No module named url -- on django poll tutorial

2013-08-08 Thread goreano
Here is the full error trace Environment: Request Method: GET Request URL: http://localhost:8000/admin/ Django Version: 1.5 Python Version: 2.7.3 Installed Applications: ('django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contri

Re: Exception Value: No module named url -- on django poll tutorial

2013-08-08 Thread Hamdi Gdoura
hello , you forgot to add the library in urls.py *from django.conf.urls import patterns, include, url* Le jeudi 8 août 2013 08:53:14 UTC+1, goreano a écrit : > > Hi, > > I'm a newbie diving into django I've found a problem I've been hitting my > head against for the last 2 days. > > I think it is

Re: Exception Value: No module named url -- on django poll tutorial

2013-08-08 Thread Mike Dewhirst
Sorry - I didn't look past your settings ROOT_URLCONF Nor did I see that others have responded. Please disregard mine. Cheers Mike On 8/08/2013 11:20pm, Mike Dewhirst wrote: On 8/08/2013 5:53pm, goreano wrote: Hi, I'm a newbie diving into django I've found a problem I've been hitting my hea

Re: Exception Value: No module named url -- on django poll tutorial

2013-08-08 Thread Mike Dewhirst
On 8/08/2013 5:53pm, goreano wrote: Hi, I'm a newbie diving into django I've found a problem I've been hitting my head against for the last 2 days. I think it is a path issue, actually I get the same error as i try to open any URL on localhost:8000 Can you please give me a hint... I have to i

Re: Exception Value: No module named url -- on django poll tutorial

2013-08-08 Thread pa xapy
you have a typo in the urls.py -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to dj

Re: Exception Value: No module named url -- on django poll tutorial

2013-08-08 Thread Bill Freeman
Isn't there a stacktrace that goes with that error message? On Thu, Aug 8, 2013 at 3:53 AM, goreano wrote: > Hi, > > I'm a newbie diving into django I've found a problem I've been hitting my > head against for the last 2 days. > > I think it is a path issue, actually I get the same error as i t