Re: Building on Win7 x64 for python2.6.4 x64 DLL load failed Error

From: Jack Straw <jack(dot)straw(at)saddingtonbaynes(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: Re: Building on Win7 x64 for python2.6.4 x64 DLL load failed Error
Date: 2013-11-28 17:40:17
Message-ID: CAOz4VE2AvfQRUG2eS58V7vnx6wqX4ZtszLYybzN6EpPeZFUaCQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Oops, I didn't mean to send that then.

That was basically all I needed to say though.

Thanks,

Jack

On 28 November 2013 17:26, Jack Straw <jack(dot)straw(at)saddingtonbaynes(dot)com>wrote:

> Hi,
>
> I am trying to build psycopg2 for a version of python that is packaged
> with the 3D creation package Maya (version 2013). I can build and install
> psycopg2 to the python install but when load the module I get the following
> error;
>
> # Error: ImportError: file C:\Program
> Files\Autodesk\Maya2013\Python\lib\site-packages\psycopg2\__init__.py line
> 50: DLL load failed: %1 is not a valid Win32 application. #
>
> My build process is;
>
> - Run the x64 VS9 build environment setup script
> -
> - Build the cextenstion, including the right libs and headers;
> "C:\Program Files\Autodesk\Maya2013\bin\mayapy.exe" setup.py build_ext
> -"IC:\Program Files\Autodesk\Maya2013\include\python2.6" -"LC:\Program
> Files\Autodesk\Maya2013\lib"
> - Build the rest of the module
> - Install
> -
> -
> -
> -
> -
> -
>
>

In response to

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2013-11-28 17:41:14 Re: Building on Win7 x64 for python2.6.4 x64 DLL load failed Error
Previous Message Jack Straw 2013-11-28 17:26:09 Building on Win7 x64 for python2.6.4 x64 DLL load failed Error