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@internet-hier.de
--On 24. Juni 2005 15:17:26 +0200 Peter Semke <ps@internet-hier.de> wrote:
In /opt/zope/lib/python/Products/DCOracle2/DCOracle2/ exists an file named dco2.so .
Either you haven't compiled DCO with the same Python interpreter that is used for Zope or you have a problem with the file permissions of the installed DCO files. Check both. -aj
participants (2)
-
Andreas Jung -
Peter Semke