Robert Maas, see http://tinyurl.com/uh3t wrote: >>From: John Abel <[EMAIL PROTECTED]> >>time - http://docs.python.org/lib/module-time.html > > Ah, thanks! It works here, whereas: > >>datetime - http://docs.python.org/lib/module-datetime.html > > doesn't work, no such module, see: > http://groups-beta.google.com/group/comp.lang.python/msg/0e4307f5cfa28b6a > Message-ID: <[EMAIL PROTECTED]> > > Anyway, I'll update my one-step-after-hello-world demo for Python > tomorrow or sometime to include the time stuff.
As you can see in the datetime documentation, the module was introduced in Python 2.3. I recommend updating your Python installation. -- Robert Kern [EMAIL PROTECTED] "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter -- http://mail.python.org/mailman/listinfo/python-list