Re: [cx-oracle-users] DLL Error (was Re: DDL Error)
Brought to you by:
atuining
From: Shai B. <sh...@pl...> - 2015-04-29 16:51:48
|
I was referring to Oracle installation, not cx_Oracle. You need Oracle client libraries. They are not included with cx_Oracle. On Wednesday 29 April 2015 15:58:45 Solomon, Scott wrote: > Per this file it seems all the cx_oracle files were installed in Anaconda; > where Spyder is looking. > > > ---------- > Scott Solomon > Data Mining Analyst > SRA International > 202-307-6792 > Sco...@sr... > Sco...@oj... > > ________________________________________ > From: Shai Berger [sh...@pl...] > Sent: Wednesday, April 29, 2015 1:54 AM > To: cx-...@li... > Subject: [cx-oracle-users] DLL Error (was Re: DDL Error) > > DDL is about schema changes > DLL is about loading libraries > > In your case, my guess is that you haven't installed the Oracle client > libraries (or, if you have, your Python process doesn't know where to find > them). > > Shai. > > On Tuesday 28 April 2015 23:04:40 Solomon, Scott wrote: > > I had a working set of Gensim code. Then I was migrated from a 32-bit > > windows computer to a 64-bit Windows computer. I reinstalled anaconda > > with spyder and gensim onto the new 64-bit computer. But now I get the > > attached error. (Attached picture.) > > > > File "<ipython-input-7-8d5a0df1b536>", line 1, in <module> > > > > runfile('C:/Users/Solomons/Documents/Python Scripts/blob similarity > > > > against file of phrases using ANC Corpus.py', > > wdir='C:/Users/Solomons/Documents/Python Scripts') > > > > ImportError: DLL load failed: The specified module could not be found. > > > > Line 1 in my code is this: > > > > # -*- coding: utf-8 -*- > > > > What could be my issue? > > > > Thanks in advance for your prompt support! > > > > ---------- > > Scott Solomon > > Data Mining Analyst > > SRA International > > 202-307-6792 > > Sco...@sr... > > Sco...@oj... > > --------------------------------------------------------------------------- > --- One dashboard for servers and applications across > Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ > applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users |