Re: PlPython with pyodbc error DLL load failed: A dynamic link library (DLL) initialization routine failed.

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PlPython with pyodbc error DLL load failed: A dynamic link library (DLL) initialization routine failed.
Date: 2013-09-27 03:05:55
Message-ID: 5244F613.5060808@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/26/2013 8:00 PM, tuanhoanganh wrote:
>
> I updated my laptop to windows 8.1, my PostgreSQL version is 9.2.3 64
> bit. But my plpython function have "ERROR: ImportError: DLL load
> failed: A dynamic link library (DLL) initialization routine failed."
> after import pyodbc
> My Python version is ActivePython-3.2.2.3-win64-x64, pyodbc version
> is pyodbc-3.0.2.win-amd64-py3.2.
> On windows 7 SP1 64bit everything run fine.
> Please help me. Thanks in advance.

I just heard from a developer friend that a recent windows update broke
all KINDA dll-related things with Windows. maybe thats what is
happening here. maybe not. he hasn't gotten to the bottom of it yet.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2013-09-27 03:52:50 Re: Trouble installing psycopg2
Previous Message John R Pierce 2013-09-27 03:04:20 Re: Building with MinGW issue