Re: [cx-oracle-users] Version 5.1 vs 5.04
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2011-04-13 04:42:04
|
Which DLL is it complaining about? Its possible that it is not found in the web environment but is found in the command line environment. I started compiling with the MSVC compiler for cx_Oracle 5.1 which might make a difference in how the linking took place. If you find out which DLL it is I can look more carefully into that. Anthony On Tue, Apr 12, 2011 at 11:27 AM, Gerrat Rickert <gri...@co...> wrote: > I had the windows version of cx_Oracle 5.04 for Oracle 11g for python 2.7 > installed, and it worked fine (cx_Oracle-5.0.4-11g.win32-py2.7.msi). > > It worked on an intranet web application as well as just at a command > prompt. > > > > I upgraded to the 5.1 version (cx_Oracle-5.1-11g.win32-py2.7.msi) , and I > now get the message: > > ImportError: DLL load failed: The specified module could not be found. > > in my apache error logs when my web app tries importing cx_Oracle. > > Nothing else has changed. > > I’m using an Oracle 11g client (and connecting to an Oracle 11g database). > > The latest version (5.1) works fine from a command prompt, but not from the > (Werkzeug) web application. > > > > When I uninstalled it, and reinstalled the 5.04 version, everything works > again. > > > > I don’t really *need* to upgrade, but thought I might as well be using the > latest version. > > > > Anyone have any thoughts on why this doesn’t work now? > > Do I need to do something extra with this version that wasn’t required with > the previous? > > > > > > Regards, > > Gerrat > > > > > > ------------------------------------------------------------------------------ > Forrester Wave Report - Recovery time is now measured in hours and minutes > not days. Key insights are discussed in the 2010 Forrester Wave Report as > part of an in-depth evaluation of disaster recovery service providers. > Forrester found the best-in-class provider in terms of services and vision. > Read this report now! http://p.sf.net/sfu/ibm-webcastpromo > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > |