Re: [Tutor] noobie question,,,error related

2011-01-31 Thread Noah Hall
> 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

Re: [Tutor] noobie question,,,error related

2011-01-31 Thread Timo
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

Re: [Tutor] noobie question,,,error related

2011-01-30 Thread Alex Hall
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

[Tutor] noobie question,,,error related

2011-01-30 Thread walter weston
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