On 11/1/05, Jos <[EMAIL PROTECTED]> wrote: > > Ok I got it working out... I was using Notepad ++ as my text editor, > and the indentations were apparently fine, I checked them over and over > again. > > But after reading that you were so convinced that everything was fine, > I opened controllers.py in the regular Notepad that comes with windows > and saw the indententions were all wrong!. > > It's working now, thanks Kevin and Sean!
To me, that sounds suspiciously like a tab/space problem. You may want to check the settings in your editor and make sure your indents are being done with spaces rather than tabs. Using tabs, in my experience, looks like a nice short-term solution, but causes nothing but pain in the long run... -- Robin Munn [EMAIL PROTECTED] GPG key 0xD6497014

