[ZODB-Dev] Problems running DCOracle2

Maan M. Hamze Maan M. Hamze" <mmhamze@pleiades.net
Thu, 16 Aug 2001 10:28:47 -0500


I have Python 2.1 installed.
I installed DCOracle2 beta for Win NT.  I ran the setup and I have:
dco2.pyd, DCOracle2.py, and DCOracle2.pyc under:
c:\python\Dco2\DCOracle2 directory

I opened Python (regular console)
I typed:
import DCOracle2

I am getting the following error:
Traceback (most recent call last):
  File "<pyshell#1>", line 1, in ?
    import DCOracle2
ImportError: No module named DCOracle2

Just to try it, I typed:
import dco2

I am getting the following error:
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in ?
    import dco2
SystemError: NULL result without error in call_object

I have c:\python\Dco2\DCOracle2 in Python library path.  Why can't Python
find DCOracle2?
I tried copying DCOracle2.py and DCOracle2.pyc into c:\python\lib
But it is of no use, because if i import DCOracle2 I start getting the same
error I get when I try to import dco2.pyd.
Can someone help with this?
Maan