[cx-oracle-users] cx_Oracle with IIS 6
Brought to you by:
atuining
From: Beliakov, M. <mbe...@it...> - 2013-04-29 18:36:33
|
Good Monday! I'm writing a cgi script and having an issue with importing cx_Oracle. When I'm running the script from the command line it executes like it should and I can query the database like I should. However, when I request the script from a browser I get: <type 'exceptions.ImportError'>: DLL load failed: Access is denied. args = ('DLL load failed: Access is denied.',) message = 'DLL load failed: Access is denied.' If I remove the cx_Oracle and all references to it the file executes fine and I get a page. The system: Windows 2003 SP2 Python 2.7 cx_Oracle 5.1.2 I have read and execute permissions for IUSR on everything in oracle and python directories, but still no luck. Does anyone has a suggestion? Thank you, Mikhail |