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

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: areveille <areveille(at)mobigis(dot)fr>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5641: Can not create any python language
Date: 2011-01-06 14:42:02
Message-ID: AANLkTikqj_9UOH54-qvt3MVAm+mJDaF79PEcJxnE5vgh@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

It shows you all the dependent dlls (present or missing) in it.
It also shows the exported functions by that particular dll.

That gives you idea, if something is wrong with your environment or some
dlls are missing.

You can check more details on http://dependencywalker.com/
(NOTE: bottom of the page of this link shows you the screen-shot of
dependency walker.)

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>

On Thu, Jan 6, 2011 at 8:07 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:

> On Thu, Jan 6, 2011 at 9:08 AM, areveille <areveille(at)mobigis(dot)fr> wrote:
> > I'm facing the same issue in the same environment and the solution given
> by
> > Ashesh Vashi is not working. :(
> > Once I have copied plpython.dll as plpython3.dll, I still can't create
> the
> > language plpython3u for a database.
>
> I guess the obvious question is - what happens when you try it?
>
> --
> Robert Haas
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> --
> 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 areveille 2011-01-06 15:12:46 Re: BUG #5641: Can not create any python language
Previous Message Robert Haas 2011-01-06 14:37:12 Re: BUG #5641: Can not create any python language