datetime

Chris ch.list at US-HAMPTON.mail.SAIC.com
Thu Dec 16 10:29:05 EST 2004


>>Okay, I searched www.python.org for a date handler and found datetime. 
>>http://www.python.org/dev/doc/devel/lib/module-datetime.html  However, 
>>whenever I try to import datetime, I get a No module named datetime 
>>error.  What am I missing?
> The module documentation says "New in version 2.3".
> Is that what you're running ?

Doh!  No, I'm still running 2.2.  Anyways, I managed to do what I needed 
using time.  Thanks for the help, though.

Chris



More information about the Python-list mailing list