import datetime
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

import datetime

From: shaboo <fiazaziz@gmail.com>
Date: Tue Jan 31 2006 - 21:29:02 CET

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.
Received on Tue Feb 7 20:25:21 2006