RE: Django setup on Win7 - can't import some things

2012-02-13 Thread Bob Carlson
: django-users@googlegroups.com Subject: Re: Django setup on Win7 - can't import some things Are you sure that you don't have something like: ... urlpatterns = patterns('polls.views', ... instead of the empty string first argument to patterns that you show? On 2/13/12, Bob Carls

Re: Django setup on Win7 - can't import some things

2012-02-13 Thread Bill Freeman
eneric folder. > > Cheers, Bob > > -Original Message- > From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] > On > Behalf Of Brett Epps > Sent: Monday, February 13, 2012 10:12 > To: django-users@googlegroups.com > Subject: Re: Django setu

RE: Django setup on Win7 - can't import some things

2012-02-13 Thread Bob Carlson
c folder. Cheers, Bob -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Brett Epps Sent: Monday, February 13, 2012 10:12 To: django-users@googlegroups.com Subject: Re: Django setup on Win7 - can't import some things Hi Bob, It so

RE: Django setup on Win7 - can't import some things

2012-02-13 Thread Bob Carlson
2012 10:12 To: django-users@googlegroups.com Subject: Re: Django setup on Win7 - can't import some things Hi Bob, It sounds like you're using the 1.3 or later version of the tutorial. Class-based generic views were added in 1.3. Try this link for the correct version: https://docs.djang

Re: Django setup on Win7 - can't import some things

2012-02-13 Thread Brett Epps
Hi Bob, It sounds like you're using the 1.3 or later version of the tutorial. Class-based generic views were added in 1.3. Try this link for the correct version: https://docs.djangoproject.com/en/1.2/intro/tutorial01/ (Note the 1.2 in the URL.) Hope that helps, Brett On 2/13/12 10:35 AM, "L