Python 3.2 XP64 and Numpy...

From: Rémi Cura <remi(dot)cura(at)gmail(dot)com>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Python 3.2 XP64 and Numpy...
Date: 2015-05-27 16:49:34
Message-ID: CAJvUf_u2eyNd8oiBd9WdG6nK02pxeYP3RLRV=i-8Nh3NVUguyw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hey dear List,

On a windows XP 64.

I installed python (64b),
it works.
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.

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

Somebody has an idea of how to make it works?

Thanks
Cheers,
Rémi-C

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Haas 2015-05-27 18:35:33 Re: [Postgresql NLS support] : Help on using NLS , Custom dictionary to enhance our website search functionality
Previous Message Steve Kehlet 2015-05-27 16:27:08 Re: delaying autovacuum freeze via storage params?