11 Jan
2011
11 Jan
'11
11:16 p.m.
On Jan 11, 2011, at 4:38 PM, Florian Baeumler wrote:
<type 'exceptions.ValueError'>: 'f' is a bad directive in format '%Y-%m-%d %H:%M:%S.%f'
The %f format code was added to Python's strftime() in 2.6: http://docs.python.org/whatsnew/2.6.html Mac OS X 10.5 shipped with Python 2.5. Installing Python 2.6 or better will fix this issue. -- Ben