Hello, I am getting the following error at several places in my Trac setup:
TypeError: unsupported type for timedelta microseconds component: unicode With the following traceback: Python Traceback Most recent call last: File "/usr/lib/python2.4/site-packages/Trac-0.12.2-py2.4.egg/trac/web/ main.py", line 511, in _dispatch_request File "/usr/lib/python2.4/site-packages/Trac-0.12.2-py2.4.egg/trac/web/ main.py", line 237, in dispatch File "/usr/lib/python2.4/site-packages/Trac-0.12.2-py2.4.egg/trac/wiki/ web_ui.py", line 117, in process_request File "/usr/lib/python2.4/site-packages/Trac-0.12.2-py2.4.egg/trac/wiki/ model.py", line 44, in __init__ File "/usr/lib/python2.4/site-packages/Trac-0.12.2-py2.4.egg/trac/wiki/ model.py", line 72, in _fetch File "/usr/lib/python2.4/site-packages/Trac-0.12.2-py2.4.egg/trac/util/ datefmt.py", line 84, in from_utimestamp This is on CentOS 5.5, Trac-0.12.2, Python 2.4 Ay help would be appreciated. -- 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.
