[DB-SIG] DCOracle

Hugh Frater H.E.W.Frater@cs.cf.ac.uk
Thu, 14 Feb 2002 11:05:39 GMT0BST


Thanks for the replies I've had from you guys. I might try to get the 
sys admin to install DCOracle2, but I would like to try and get the 
current module working first. We use oracle 8i, but I think we still 
run something like 1.X python, not the new 2.x versions.
I can import oci_ with:
import oci_
and it works fine. I can also connect to oracel with my 
username/password fine but when I try to create a new cursor object 
(c = db.cursor()), I get this error:
Attribut error: 'Connection' object has no attribute 'Cursor'

Any ideas?

Hugh