On Thu, 2008-11-20 at 15:07 -0800, waltbrad wrote: [...] > Thanks for the response Steve. My code looks exactly as I posted it, > spaces and all.
The error you posted also will have told you where the error was occurring, not just the error message. That would certainly be a good guide. It certainly sounds like you are mixing tabs and spaces in your code if the alignment is as given, so check very carefully (for example, run tabnanny.py -- which is in the directory where Python is installed -- over your code to check) > As far as the version, this is what I get with the following command: > > C:\>django-admin.py --version > 1.1 pre-alpha Which is not 1.1. It is "1.1 pre-alpha". It is different from "1.1 alpha", "1.1 beta" and "1.1" (the latter being the final 1.1 release and none of the latter three will exist for a few months yet). That might sound like a minor point, but it really is significant in terms of what version you are running, so getting into the right habits now will save on confusion later on. It's the difference between "turn left" and "turn left at the second lights" -- both start off the same way, and yet they mean quite different things. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---