Newbie DateTime Question

Arnaldo Riquelme javanet at dynacap.com
Wed May 31 15:41:33 EDT 2000


I'm using the mxDateTime module, and I'm trying to convert a string into a
Datetime format

import DateTime

>>>atime = '19990222'

>>>DateTime.DateTimeFrom(atime)

and this is what I get

Traceback (innermost last):
  File "<interactive input>", line 1, in ?
  File "DateTime\DateTime.py", line 208, in DateTimeFrom
NameError: Case mismatch for module name Parser
(filename C:\Program Files\Python\DLLs\parser.pyd)

Can anyone give a hand with this module.


Thank you





More information about the Python-list mailing list