From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | "Massa, Harald Armin" <chef(at)ghum(dot)de> |
Cc: | PGSQL Mailing List <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: createlang plpythonu fails on 64bit windows |
Date: | 2010-10-24 10:11:56 |
Message-ID: | AANLkTiktLeYjW9_2qX0aNYJ5Bg3+ZraQFL4Lnu54tPNJ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sun, Oct 24, 2010 at 10:02 AM, Massa, Harald Armin <chef(at)ghum(dot)de> wrote:
> (which translated to english is roughly:
> createlang: Installation of language failed: ERROR: could not load library
> »C:/Program Files/PostgreSQL/9.0/lib/plpython.dll« : %1 is not a valid
> Win32 application.
> Should'nt plplython.dll be a valid win32_x64 application when being loaded
> into PostgreSQL 64bit? Could this be the source of the error? (as in:
> "plpython.dll is 32 bit, PostgreSQL is 64bit, so no loading of 32-bit-module
> into 64-bit-process?)
plpython.dll is unlikely to be 32bit unless you're using the 32bit
Postgres build (it's built along with the rest of the server, so...).
What version of Python do you have? A quick glance at the build script
shows we're using 2.6, and we always use the ActiveState builds.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Massa, Harald Armin | 2010-10-24 10:28:31 | Re: createlang plpythonu fails on 64bit windows |
Previous Message | Massa, Harald Armin | 2010-10-24 09:02:36 | createlang plpythonu fails on 64bit windows |