Re: [Tutor] Python and Oracle

2006-04-28 Thread Tino Dai
  On 4/27/06, Linda Kvam <[EMAIL PROTECTED]> wrote: I have Oracle 10g and Python 2.4 on my PC.  I just installed cx_Oracle andthen entered - import cx_Oracle -in PythonWin and got the following error - >>> import cx_OracleTraceback (most recent call last):File "", line 1, in ?ImportError: DLL load

[Tutor] Python and Oracle

2006-04-27 Thread Linda Kvam
I have Oracle 10g and Python 2.4 on my PC. I just installed cx_Oracle and then entered - import cx_Oracle -in PythonWin and got the following error - >>> import cx_Oracle Traceback (most recent call last): File "", line 1, in ? ImportError: DLL load failed: The specified procedure could not be f