[DB-SIG] newbee help with DCOracle

Andreas Jung Andreas Jung <andreas@andreas-jung.com>
Tue, 28 Nov 2000 08:32:26 +0100


On Mon, Nov 27, 2000 at 12:46:14PM -0800, Turney, James wrote:
> Thanks for quick response....   
> By the way I not a developer so any extra details are appreciated.
> 
> I think my problem is that I don't have the DCOracle package installed
> correclty?  I copied the .so's created by the make  to the dcoracle
> directory as specified in the README.txt in src dir.  I added the dcoracle
> directory to my Unix path and  my pythonpath.  
> What else do I need to be able to import dcoracle? 

The package contains a subdirectory "DCOracle". The .so files
should be placed inside this directory. The DCOracle directory itself
should be anywhere in your PYTHONPATH or in the site-packages directory.
This should work.

Andreas