On Jul 31, 1:22 pm, Victor <[email protected]> wrote: > line 619, in parse > return mktime_tz(parsedate_tz(value)) > File "C:\Python25\lib\rfc822.py", line 945, in mktime_tz > t = time.mktime(data[:8] + (0,)) > OverflowError: mktime argument out of range
What are the contents of data[:8]? if it brings up the console, you should be able to print the contents. For the object issue: http://groups.google.com/group/turbogears/browse_thread/thread/63ed9ee32b8ccfe0 In your development.ini, you can turn on other debugging. I couldn't find any documentation on it to help you further on that. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

