[DB-SIG] DCOracle2 Installation Issues on Linux Redhat 7.4

Kirby Lester Kirby.Lester@catmktg.com
Tue, 11 Feb 2003 13:21:55 -0500


Hello Matthew,
  We do not have a directory called ZOracleDA, both inner and outer are
named DCOracle2.  Bye the way, here is the complete error.

>>> import DCOracle2
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.1/DCOracle2/__init__.py", line 91, in ?
    import DA
  File "/usr/lib/python2.1/DCOracle2/DA.py", line 90, in ?
    from db import DB
  File "/usr/lib/python2.1/DCOracle2/db.py", line 89, in ?
    import DCOracle2, DateTime
ImportError: No module named DateTime

How does the DateTime module get installed?  We do not have zope installed,
is it required?

Thanks in advance for your help,
Kirby 

-----Original Message-----
From: Matthew T. Kromer [mailto:matt@zope.com] 
Sent: Tuesday, February 11, 2003 9:55 AM
To: Kirby Lester
Cc: 'db-sig@python.org'
Subject: Re: [DB-SIG] DCOracle2 Installation Issues on Linux Redhat 7.4


Kirby Lester wrote:

>Hello All,
>  Please be patient with me, as I am new to python and especially new 
>to DCOracle2.  I currently have a sympathetic sys admin helping me and 
>he has installed DCOracle to the python 2.1 directory.  When I try to 
>import DCOracle using either a script or the interactive prompt, I get 
>the following error "ImportError: No module named DateTime".
>  
>
Hi Kirby,

DCOracle2 has an inner and outer directory.  The outer one is probably 
overdue to be renamed back to "ZOracleDA" -- the inner one is the one 
you want.

The naming made sense two years ago when DCOracle2 was new, but doesn't 
belong anymore.