Bug 149320 - dev-db/pygresql - ImportError: No module named DateTime when using pygresql
Bug#: 149320 Product:  Gentoo Linux Version: 2006.0 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: pgsql-bugs@gentoo.org Reported By: frekko@gmail.com
Component: Applications
URL: 
Summary: dev-db/pygresql - ImportError: No module named DateTime when using pygresql
Keywords:  
Status Whiteboard: 
Opened: 2006-09-27 09:11 0000
Description:   Opened: 2006-09-27 09:11 0000
When doing import pgdb; after installing pygresql I get:
Traceback (most recent call last):
  File "satstorage.py", line 11, in ?
    import pgdb
  File "/usr/lib/python2.4/site-packages/pgdb.py", line 66, in ?
    except ImportError: import DateTime
ImportError: No module named DateTime

# python -V
Python 2.4.3

Installing egenix-mx-base seems to resolve the problem.

------- Comment #1 From Tiziano Müller 2006-11-08 11:35:39 0000 -------
And finally fixed. Thanks for reporting!