Re: rc4, PostgreSQL-installer on WinXP: problems with plpython

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Christoph Becker" <cgbecker(at)gmx(dot)de>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: rc4, PostgreSQL-installer on WinXP: problems with plpython
Date: 2005-01-12 11:50:59
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE4765A2@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> 1. Python as PL was greyed out an could not be installed
> again via the installer - contrary to rc3, where PL/Python's
> installation was offered and did work.

This means that you don't have python23.dll on your system.

> 2. When trying to install plpythonu with creatlang, this was
> not possible because of something like "error in python.dll:
> python23.dll not fount"
> On my system python23 was replaced with python24 some days ago.

Python24 is not currently supported by the binary installer (see the
installation instructions).

> Only when I copied python23.dll to c:/windows/system32,
> createlang did create plpythonu.
> It was not sufficient to copy python23.dll to
> C:\Programme\PostgreSQL\8.0.0-rc4\lib

Correct. It might work if you put it in 8.0.0-rc4\bin though. Or add the
directory where it's already in to your PATH.

> If PostgreSQL needs python23.dll, the installer should
> have it, should copy it into
> C:\Programme\PostgreSQL\8.0.0-rc4\lib and createlang.exe
> should first search it there.

I *think* we require a full python installation, not just the DLL file.
I'm not 100% sure on that. It currently supports Python23, which is also
in the installation instructions. If someone can confirm that we need
only the DLL, we can definitly include it in our distribution.
So - can someone who knows enoughh aboyt plpython speak up on that one?

//Magnus

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2005-01-12 11:52:12 Re: rc4, PostgreSQL-installer on WinXP: ignores selected install-directory
Previous Message Magnus Hagander 2005-01-12 11:46:46 Re: rc4 and rc3, some deleted, but still needed text in the documentation, please put it back again