> 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
> datetime.ctime()
> AttributeError: 'module' object has no attribute 'ctime'
Your problem, I guess comes from you having code like the follow
On 31-01-11 04:27, walter weston wrote:
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
datetime.ctime()
AttributeError: 'module' object has no attribute 'ctime'
why is this?
The error says why
On 1/30/11, walter weston wrote:
> 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
> datetime.ctime()
> AttributeError: 'module' object has no attribute 'ctime'
>
>
> why is this?
Did you actu
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
datetime.ctime()
AttributeError: 'module' object has no attribute 'ctime'
why is this?
___
Tutor maillis