Re: Django Book Ch3 error

2007-07-11 Thread Jeremy Dunck
On 7/11/07, Thomas Guettler <[EMAIL PROTECTED]> wrote: > > Hi, > > I had the same error. Today, after "svn update" it worked. > Right, see this ticket: http://code.djangoproject.com/ticket/4823 It wasn't a book error; it was a Python 2.3 incompatibility bug. --~--~-~--~~

Re: Django Book Ch3 error

2007-07-11 Thread Thomas Guettler
Hi, I had the same error. Today, after "svn update" it worked. Thomas Am Dienstag, 10. Juli 2007 08:59 schrieb SM: > Hmmm. As a last resort I replaced the SVN (0.97) version of Django > with the 0.96 version and now it seems to work fine. Very strange, but > I'm relieved to have 'fixed' it. >

Re: Django Book Ch3 error

2007-07-09 Thread SM
Hmmm. As a last resort I replaced the SVN (0.97) version of Django with the 0.96 version and now it seems to work fine. Very strange, but I'm relieved to have 'fixed' it. On Jul 9, 11:20 pm, SM <[EMAIL PROTECTED]> wrote: > I hope someone can help me. I'm getting the following AttributeError > wh