Re: [Tutor] Error getting cx_oracle to work with python 2.7

2015-01-13 Thread Danny Yoo
> By the way, please use copy-and-paste when showing the inputs and > outputs of what you're doing. You should try to show verbatim output > for any bug report or request for technical help. If you don't, you > can easily introduce mistakes that make it hard to diagnose what's > going on. I can

Re: [Tutor] Error getting cx_oracle to work with python 2.7

2015-01-13 Thread Danny Yoo
On Tue, Jan 13, 2015 at 9:13 AM, Arvind Ramachandran wrote: > Hi All > > > I am trying to get import cx_oracle work on my windows laptop > > I installed cx_Oracle-5.1.2-10g.win32-py2.7 on my laptop which is 64 bit as > the 64 bit msi seem to be specific for AMD desktops > > Anyways after installe

[Tutor] Error getting cx_oracle to work with python 2.7

2015-01-13 Thread Arvind Ramachandran
Hi All I am trying to get import cx_oracle work on my windows laptop I installed cx_Oracle-5.1.2-10g.win32-py2.7 on my laptop which is 64 bit as the 64 bit msi seem to be specific for AMD desktops Anyways after installed I do find cx_oracle.pyd in the lib site packages folder But when I try t