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. -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers