Re: [cx-oracle-users] DDL Error
Brought to you by:
atuining
|
From: Waldemar O. <wal...@gm...> - 2015-04-29 18:55:34
|
It means that either you do not have Oracle client installed or there is
mismatch in 64/32 bittnes (if it is even a word).
For example you python is 64 and Oracle client 32 or other way around.
Waldemar
On Tue, Apr 28, 2015 at 2:04 PM, Solomon, Scott <Sco...@sr...>
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
>
>
|