"jeremiah" <[EMAIL PROTECTED]> wrote

port for Ubuntu. Is there one? Anyone know how to get this properly
installed?

# sudo python setup.py install
 File "/usr/lib/python2.5/UserDict.py", line 22, in __getitem__
   raise KeyError(key)
KeyError: 'ORACLE_HOME'

Given the error message, do you have ORACLE_HOME defined
as an environment variable for the user account running the script??

Assuming you have Oracle installed on the box you should have
it defined at least for the Oracle admin user ID if not for everyone.
If so try running the script as that user.

HTH,

--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to