I get this error when I try and load the datetime module,

Traceback (most recent call last):
  File "C:/Python27/TIMED_PROGRAM.py", line 2, in <module>
    datetime.ctime()
AttributeError: 'module' object has no attribute 'ctime'


why is this?
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to