On Tue, Feb 9, 2010 at 5:19 PM, Nick Mellor <nick.mellor.gro...@pobox.com>wrote:
> Thanks Shaun, > > I renamed the "now" variable as "dt" but it didn't help. I've also > tried your 1-tuple idea-- no change. > > Note that the offending line isn't the html assignment but: > > now = datetime.datetime.now() > > It seems that whatever datetime is there in you view, it is not the datetime that is expected. You can put a breakpoint right before that line in you view and then investigate what is is you really have there. For example: > /home/kmt/software/web/xword/crossword/views.py(39)main() -> now = datetime.datetime.now() (Pdb) datetime <module 'datetime' from '/usr/lib/python2.5/lib-dynload/datetime.so'> (Pdb) Perhaps what you actually have for datetime will give a clue how datetime got to be something other than the standard datetime module. Karen -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.