[EMAIL PROTECTED] wrote: <snip> > Could anyone give me some pointers on where I might look to debug this > problem? In case it's any help, I'm running Windows XP SP2, and have > installed both Python2.3 and Python 2.4 on the same system. Could this > be causing some conflict? > It must be. I just tried it with a single install of 2.4.2 on XP and got the help info with "help(time)".
>>> import time >>> time.ctime() 'Wed Jan 04 08:17:29 2006' >>> help(time) Help on built-in module time: NAME time - This module provides various functions to manipulate time values. ... Robert -- http://mail.python.org/mailman/listinfo/python-list