Re: Installing support for python on windows

From: novnov <novnovice(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Installing support for python on windows
Date: 2007-01-01 23:39:58
Message-ID: 8118252.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

>>>>
plpython.dll is in the lib dir. But at a command prompt there, "depends
plpython.dll" just gets me

'depends' is not recognized as an internal or external command etc.

The postgres docs talk about the catalog pg_depend, and maybe 'depends' is
another executable that calls that, but I've not been able to find a
'depends.exe'. depends does not seem to fly in psql. The pg_depends docs
don't really tell me how to use pg_depends on it's own...I don't know
anything about catalogs, or it'd probably be obvious.

The server was restarted and the path modified was for the server. Thanks
--
View this message in context: http://www.nabble.com/Installing-support-for-python-on-windows-tf2902841.html#a8118252
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2007-01-01 23:40:28 Re: How to convert "money" columns to "numeric"?
Previous Message novnov 2007-01-01 23:25:11 Re: Installing support for python on windows