Re: [DB-SIG] Help! ImportError: DLL load failed: The specified procedure could not be found

2009-05-04 Thread Anthony Tuininga
The version mismatch referred to is not for __Python__ but for the Oracle client. Can you be more precise as to which Oracle version you are using? There is a big difference between 10g Release 1 and 2. The version labeled 10g is for 10g Release 2, not 1. If you cannot upgrade your client or instal

[DB-SIG] Help! ImportError: DLL load failed: The specified procedure could not be found

2009-05-04 Thread Sonny Jiang
Hi, I am still having this error. I saw from postings a couple of years ago that said it might be version mismatch. But I tried several combinations but still no progress. Oracle: 10g Python: 2.6 (also tried 3.0 with corresponding cx_Oracle download) cx_Oracle: 5.0.1 (also tried 5.0, 4.4.1)   Wh