Re: Installing PLPython - Version Problem

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: ray <Ray(dot)Joseph(at)CDICorp(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Installing PLPython - Version Problem
Date: 2009-03-30 20:00:52
Message-ID: 49D124F4.3040203@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ray wrote:

> I am sorry for not providing a clear description of my problem. I
> want to us Python 2.6 but the PLPython seems to me looking for 2.5
> which is not on my machine. Is there a way to have PostgreSQL work
> with Python 2.6?

Recompile PostgreSQL, or at least the PL/Python extension, to use Python
2.6.

You don't want to do this on Windows. It's really no fun. Just download
and install Python 2.5. It installs and runs just fine in parallel with
Python 2.6, and it'll get everything working nice and quickly.

When PostgreSQL 8.4 is released, the Windows builds will probably be
against Python 2.6.

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2009-03-30 20:03:53 Re: Postgres startup processes on linux?
Previous Message Thomas Kellerer 2009-03-30 19:50:43 Re: Point me to latest JDBC for pgSQL (plus) standard server?