> From: Sakesun Roykiattisak <[EMAIL PROTECTED]> > import datetime > print datetime.datetime.now()
That doesn't work here: % python Python 2.2.2 (#1, Feb 17 2003, 21:01:54) [GCC 2.95.4 20020320 [FreeBSD]] on freebsd4 Type "help", "copyright", "credits" or "license" for more information. >>> import datetime Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named datetime By comparison, import os works just fine, for example: http://www.rawbw.com/~rem/HelloPlus/hellos.html#python1 -- http://mail.python.org/mailman/listinfo/python-list