[cx-oracle-users] DLL Error (was Re: DDL Error)
Brought to you by:
atuining
From: Shai B. <sh...@pl...> - 2015-04-29 05:55:00
|
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... |