percious schrieb: > \turbogears\visit\savisit.py", line 55, in visit_for_key > now = datetime.now(visit.expiry.tzinfo) > AttributeError: 'unicode' object has no attribute 'tzinfo' > > why the heck is it trying to do a .tzinfo on a unicode object?
Better question: why the heck is there a unicode object saved in visit.expiry when it should be a datetime object? Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

