-On [20080822 16:34], stealthboy ([EMAIL PROTECTED]) wrote: >When the script gets to step 7 "Import bugs and bug activity", it >errors out with "AttributeError: timetuple". As far as I can tell, it >doesn't think the dt datetime object has a timetuple method.
The datetime object has a method timetuple(), so it should not fail. Which database software are you pulling from? Because the MySQLdb module by default returns datetime objects for anything resembles dates. -- Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B If slavery is not wrong, nothing is wrong... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
