Re: Installing PLPython - Version Problem - Mailing list pgsql-general

From Craig Ringer
Subject Re: Installing PLPython - Version Problem
Date
Msg-id 49D04FD2.3040506@postnewspapers.com.au
Whole thread Raw
In response to Installing PLPython - Version Problem  (ray <Ray.Joseph@CDICorp.com>)
List pgsql-general
ray wrote:

> 1) The first question is how do I get this stack to look for the 2.6
> version?

Without rebuilding PL/Python, you can't. Python 2.5 and Python 2.6 are
not binary compatible.

You will need to install Python 2.5.

> If I make a copy of python26.dll and rename it python25.dll, that
> reference is resolved but a new one appears for apphelp.dll:

Python 2.5 and Python 2.6 are not binary compatible. This would most
likely cause crashes in PL/Python functions if it worked at all.

> I would really like
> to find out how to get this to install correctly on production
> machines.

Install Python 2.5 .

--
Craig Ringer

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: running two servers on one machine
Next
From: Osvaldo Kussama
Date:
Subject: Re: How to split timestamps values by 24h slices ?