Re: BUG #5641: Can not create any python language

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Ron Park <rparkjr(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5641: Can not create any python language
Date: 2010-09-09 09:55:15
Message-ID: AANLkTi=qYc0mSgr_U-qB5H2uSm3VgCsXSqMa-9wkwhKz@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

Can you share the postgresql log file, when you tried to create the python
language on PG 9.0?

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA

On Fri, Sep 3, 2010 at 3:03 AM, Ron Park <rparkjr(at)gmail(dot)com> wrote:

>
> The following bug has been logged online:
>
> Bug reference: 5641
> Logged by: Ron Park
> Email address: rparkjr(at)gmail(dot)com
> PostgreSQL version: 9.0
> Operating system: Windows 7 professional 64 bit
> Description: Can not create any python language
> Details:
>
> when trying to create plpythonu
>
> ERROR: could not find function "plpython_call_handler" in file "C:/Program
> Files/PostgreSQL/9.0/lib/plpython.dll"
>
>
> when trying to create plpython2u or plpython3u I get
> ERROR: could not access file "$libdir/plpython2": No such file or
> directory
>
> ERROR: could not access file "$libdir/plpython3": No such file or
> directory
>
>
> I have python2.6, python3.1, python3.2 all installed (64 bit). All are in
> the path variable.
>
> used 9.0 MSI from enterprise to install postgresql 9.0
>
> I have been running and using the 8.xx ones on windows 32 bit and ubuntu
> for
> 6 years and have been able to get python to behave well on both systems.
> But I am at a loss here.. Looks like there is a bug in the plpython.dll
> missing the call handler??? Not sure
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ashesh Vashi 2010-09-09 13:25:43 Re: BUG #5641: Can not create any python language
Previous Message Fabien COELHO 2010-09-09 08:27:43 Re: [BUGS] issue about information_schema REFERENTIAL_CONSTRAINTS