Re: Can't install plpython on Windows 8.0

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Steve - DND" <postgres(at)digitalnothing(dot)com>
Cc: "postgres-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can't install plpython on Windows 8.0
Date: 2005-04-09 13:25:11
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE6C7246@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>> Probably the problem has to do with not finding the underlying
>>> language's DLL (eg, python.dll).
>
>> Do I need to install a particular version of python then? Is
>there any
>> further documentation that can help me with this?
>
>Darn if I know. If the installer documentation doesn't tell you,
>I'd suggest griping at the pgsql-hackers-win32 list ...

The requirements are listed in the installation instructions at
http://pginstaller.projects.postgresql.org, bullet number 7.
The installer will autodetect if you have the prerequisites installed
when you put it in and disable the option to activate it during the
installation, but you're still free to add it later of course - assuming
you've installed perl/python/tcl by then.

In order to find out what is missing, please run "depends" on the
plpython.dll file (depends.exe is available in the Windows Support
Tools, which are on the standard CD but not installed by default). It
will show you which imports are missing.

//Magnus

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Bartunov 2005-04-09 13:51:09 Re: create user with database and contrib
Previous Message Michal Hlavac 2005-04-09 13:19:58 Re: create user with database and contrib