Re: Installing support for python on windows

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: novnov <novnovice(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Installing support for python on windows
Date: 2007-01-01 19:14:13
Message-ID: 45995D85.4020603@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

novnov wrote:
> This is so much more difficult than I imagined it could be. I've added the
> main python dir and the lib dir to my path and nothing has changed. I may be
> able to figure out how to use the depends tool, so far it looks pretty
> obscure to a newb.

It should be easy enough - just run "depends plpython.dll" in the
directory where plpython is.

Two things to verify first:
1) Verify that you added the directories to the system path, and not
your personal path
2) Did you restart the server after adding it? Needs to be done for
windows to pick up the change in environment.

//Magnus

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message postgresql.org 2007-01-01 20:21:33 Re: Problem with index in OR'd expression
Previous Message novnov 2007-01-01 19:09:22 Re: Installing support for python on windows