Re: [cx-oracle-users] DLL load failed
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2017-04-13 16:51:23
|
Hi Dominique, You also need to have an Oracle Client installed. The simplest is the Oracle Instant Client which you can find at the link below. Follow the instructions at the bottom of the page from which you download the Instant Client packages for your platform. Also, make sure that you download a 64-bit client to match your 64-bit Python and 64-bit cx_Oracle installation. http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html Anthony On Thu, Apr 13, 2017 at 9:34 AM, Dominique DEXHEIMER < dom...@to...> wrote: > Hi everyone, > > > > I have run the installer cx_Oracle-5.2.1-12c.win-amd64-py2.7.exe on a > Dell Precision T5610, running Windows7 64 bits, with apparent success: the > compiled file cx_Oracle.pyd is in place under the site-packages directory. > However, it seems that Python misses parts of the module (see session > below), even after appending a line to sys.path. Would there be another > module registration to write somewhere before running it ? > > > > Regards, > > Dominique > > > > >>> import cx_Oracle > > > > Traceback (most recent call last): > > File "<pyshell#0>", line 1, in <module> > > import cx_Oracle > > ImportError: DLL load failed: The specified module could not be found. > > >>> > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > |