Hi Guys,

I have just installed Python2.4.2 on our HP-UX system. But when I try
to import datetime modlue I get the following error

~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> from datetime import datetime
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named datetime
~~~~~~~~~~~~~~~~~~~~~~~~~~

Am I missing any path? because I tried to import 'textwrap module and
that import worked fine. 

Any help will be appreciated.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to