Re: testing plpython3u on 9.0beta3

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Chris <rfusca(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: testing plpython3u on 9.0beta3
Date: 2010-07-13 21:02:39
Message-ID: 1279054959.32647.24.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On tis, 2010-07-13 at 15:38 -0500, Chris wrote:
> I'm testing beta 3 and ran across a PL/Python3u bug again.
> This time it won't let me install it at all.
> Kubuntu 10.04
>
> ./configure --with-pgport=5433 --with-python --with-ossp-uuid
> --with-libxml
> --with-libxslt --with-perl --prefix=/usr/local/pgsqlb3

You probably need something like

./configure ... PYTHON=/usr/bin/python3 ...

here. Otherwise it picks up /usr/bin/python, which is probably Python
2.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2010-07-13 21:59:23 Date of 9.0 beta4
Previous Message Chris 2010-07-13 20:38:34 testing plpython3u on 9.0beta3