Re: Python 3.2 XP64 and Numpy...

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rémi Cura <remi(dot)cura(at)gmail(dot)com>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Python 3.2 XP64 and Numpy...
Date: 2015-05-28 00:48:43
Message-ID: 556665EB.5060701@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/27/2015 09:49 AM, Rémi Cura wrote:
> Hey dear List,
>
> On a windows XP 64.
>
> I installed python (64b),
> it works.

What version of Python 2 or 3 or both?

What does python -V show at the command line?

> CReating plpython3u works, and python works within database.
>
> I installed numpy (manually compiled,64b),
> it works outside of Postgres,
> but inside a plpython3u function, simply doing
> 'import numpy' raises an error saying that python 32 is not a valid
> win32 application.

Is there a 32 bit version of numpy on your machine?

>
> I'm really stuck and have checked everything I could (path, rights,
> depends...)

Does that include PYTHONPATH?

>
> Somebody has an idea of how to make it works?
>
> Thanks
> Cheers,
> Rémi-C

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2015-05-28 01:19:57 Re: 9.4.1 -> 9.4.2 problem: could not access status of transaction 1
Previous Message Steve Kehlet 2015-05-27 22:53:57 Re: [GENERAL] 9.4.1 -> 9.4.2 problem: could not access status of transaction 1