[Zope] problem with DCOracle2

Peter Semke ps at internet-hier.de
Fri Jun 24 09:17:26 EDT 2005


Hello List,

we want to get a connection from Zope to Oracle and downloaded
DCOracle2.
Building was successfully (after changing the DEFS parameter)
but in Zope the DCOracle2 module is broken:

-------------
Traceback (most recent call last):
  File "/opt/zope/lib/python/OFS/Application.py", line 654, in import_product
    product=__import__(pname, global_dict, global_dict, silly)
  File "/opt/zope/lib/python/Products/DCOracle2/__init__.py", line 91, in ?
    import DA
  File "/opt/zope/lib/python/Products/DCOracle2/DA.py", line 90, in ?
    from db import DB
  File "/opt/zope/lib/python/Products/DCOracle2/db.py", line 89, in ?
    import DCOracle2, DateTime
  File "/opt/zope/lib/python/Products/DCOracle2/DCOracle2/__init__.py", line 37, in ?
    from DCOracle2 import   *
  File "/opt/zope/lib/python/Products/DCOracle2/DCOracle2/DCOracle2.py", line 104, in ?
    import dco2
ImportError: No module named dco2
------------

In /opt/zope/lib/python/Products/DCOracle2/DCOracle2/ exists an file
named dco2.so .

The versions:

SuSE Linux 9.2
Zope 2.7.0
python 2.3.3
Oracle 8.1.7 (Client)


Can You give us a hint, please?


with best regards

P. Semke
mailto:ps at internet-hier.de



More information about the Zope mailing list