Re: [cx-oracle-users] cx_Oracle installation problem / python
Brought to you by:
atuining
From: Marco De P. <dep...@gm...> - 2011-11-28 15:41:12
|
what about oracle client? is it win32 or amd64 remember you must have all the stack consistent: win32 or amd64 Marco 2011/11/28 Humberto Ferreira da Luz Junior <hum...@gm...> > Hi, I need to access an oracle database with python. > In order to install cx_oracle I followed thoses steps: > 1. I installed python-2.7.2.amd64.msi. > 2. I installed cx_Oracle-5.1.1-10g.win-amd64- > py2.7.msi > 3. I opened the IDEL (Python GUI) to test cx_oracle: > >>> import cx_Oracle > > Traceback (most recent call last): > File "<pyshell#1>", line 1, in <module> > import cx_Oracle > ImportError: DLL load failed: %1 não é um aplicativo Win32 válido. (%1 is > not a valid Win32 app). > > I asked for help in the web2app google group but they said that this is > probably an cx_oracle issue. Could somebody give me a tip to solve this > problem? > > Obs. cx_Oracle.pyd is located in C:\Python27\Lib\site-packages. > > Thanks. > > Humberto Ferreira da Luz Junior > Mestrado - Ciência da Computação / UEL > Analista de Informática - ATI / UEL > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > |