Re: [cx-oracle-users] 'ImportError: DLL load failed' only happens with Apache WSGI
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2012-07-03 13:31:07
|
Just a thought: it might be the method used for building the binaries. Earlier I used mingw32 to compile but later on I used MSVC instead. It solved one problem but it may have introduced another one. :-) I am about to make a new release -- in fact I tagged it last night -- but if you can figure out what the problem is I might be able to roll that in yet. Specifically, you need to find out *which* DLL it is complaining about. If it just the way I am building, though, (which is likely) then I can always fix it after the release anyway. Anthony On Tue, Jul 3, 2012 at 3:07 AM, Michael Freylinger <mic...@gm...> wrote: > It works with cx_Oracle 5.0.4 but not with 5.1.x! > What is the difference between those versions that could make the import fail? > > Ok: cx_Oracle-5.0.4-11g.win32-py2.7.msi > Not Ok: cx_Oracle-5.1.1-11g.win32-py2.7.msi and > cx_Oracle-5.1-11g.win32-py2.7.msi > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users |