Has anyone ever received the following error trying to run the cx_Oracle import in SPSS?
BEGIN PROGRAM PYTHON.
import spss
import cx_Oracle
END PROGRAM.
Traceback (most recent call last):
File "", line 3, in
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
Thanks!