Re: [cx-oracle-users] Lack of cx_oracle.pyd
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2012-07-13 20:54:29
|
You're welcome. Glad to hear things are working for you. Anthony On Fri, Jul 13, 2012 at 10:53 AM, Joe Hughes <jwh...@me...> wrote: > Hi Anthony, > > I appreciate the quick response. I downloaded the newest msi and uninstalled and reinstalled and the cx_Oracle.pyd file is now there and importable. > > Thanks, > Joe > > On Jul 13, 2012, at 11:45 AM, Anthony Tuininga wrote: > >> Hi, >> >> There *was* a problem with the packages that I uploaded for version >> 5.1.2. I corrected them the next day so if you download the MSI >> package again you shouldn't have any problems. If you do, please let >> me know which package you downloaded that still has the problem. My >> apologies for any inconvenience. >> >> Anthony >> >> On Fri, Jul 13, 2012 at 10:31 AM, Joe Hughes <jwh...@me...> wrote: >>> All, >>> >>> I've been fighting this for a couple of days. I used the msi install on the >>> CX Oracle page and the installer doesn't install something since when I do >>> an import cx_oracle I get the below. >>> >>> $ python >>> ActivePython 3.2.2.3 (ActiveState Software Inc.) based on >>> Python 3.2.2 (default, Sep 8 2011, 10:56:38) [MSC v.1500 32 bit (Intel)] on >>> win >>> 32 >>> Type "help", "copyright", "credits" or "license" for more information. >>>>>> import cx_oracle >>> Traceback (most recent call last): >>> File "<stdin>", line 1, in <module> >>> ImportError: No module named cx_oracle >>> >>> I downloaded Lessmsi and don't see the file in there. Is it missing? Here >>> is what I posted on Stackoverflow >>> >>> I downloaded Windows X86 Installer (Oracle 10g, Python 3.2) from >>> http://cx-oracle.sourceforge.net/ onto a server running Windows Server 2003 >>> Enterprise Edition and ActivePython 3.2.2.3 (ActiveState Software Inc.). I >>> run the installer and the cx_oracle-doc directory and >>> cx_Oracle-5.1.2-py3.2.egg-info are installed. I don't see cx_oracle.pyd in >>> the site-packages directory. A search of the server doesn't find it. Is it >>> part of the installer or do I need to build it? >>> >>> If I need to build it then it is being a bear in Cygwin. Below is the >>> output >>> >>> $ python setup.py build --compiler=mingw32 install >>> running build >>> running build_ext >>> Access is denied. >>> building 'cx_Oracle' extension >>> E:\cygwin\bin\gcc.exe -mno-cygwin -mdll -O -Wall >>> -IE:\oracle\product\11.2.0\clie >>> nt_1\oci\include -IE:\oracle\product\11.2.0\client_1\rdbms\demo >>> -IE:\Python32\in >>> clude -IE:\Python32\PC -c cx_Oracle.c -o >>> build\temp.win32-3.2-11g\Release\cx_ora >>> cle.o -DBUILD_VERSION=5.1 >>> >>> Any ideas on how to make this work would be appreciated. >>> >>> TIA, >>> Joe >>> >>> ------------------------------------------------------------------------------ >>> 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 >>> >> >> ------------------------------------------------------------------------------ >> 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 > > > ------------------------------------------------------------------------------ > 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 |