Re: [GENERAL] Installing support for python on windows

2008-03-31 Thread juan_carlos
Hello, I have the same problem. I've checked plpython.dll dependencies with depends tool and all is correct. I tried to install plperl with no success. What can I do? Magnus Hagander-2 wrote: > > On Tue, Feb 20, 2007 at 05:15:38PM -0500, Rhys Stewart wrote: >> >> >> Ok so i am having troub

Re: [GENERAL] Installing support for python on windows

2007-02-21 Thread Magnus Hagander
On Tue, Feb 20, 2007 at 05:15:38PM -0500, Rhys Stewart wrote: > > > Ok so i am having trouble installing plpython, and found this thread. > Howevre, after adding postgresql/bin to the path and the python lib > directory to the path i still get: > createlang: language installation failed: ERROR:

Re: [GENERAL] Installing support for python on windows

2007-02-20 Thread Rhys Stewart
Ok so i am having trouble installing plpython, and found this thread. Howevre, after adding postgresql/bin to the path and the python lib directory to the path i still get: createlang: language installation failed: ERROR: could not load library "C:/Pro gram Files/PostgreSQL/8.2/lib/plpython.dll

Re: [GENERAL] Installing support for python on windows

2007-01-02 Thread novnov
Whew, python lang support just installed for me too. After reading more, it seems that while there is some broken dependency re DWMAPI.dll on windowsxp systems, it does not affect most programs. DWMAPI.dll is shown as missing by 'depends' but that exposes delay-loaded problems that may have littl

Re: [GENERAL] Installing support for python on windows

2007-01-02 Thread Adrian Klaver
On Monday 01 January 2007 6:24 pm, novnov wrote: > Thanks, the depends tools looks very handy, surprising I'd not heard of it > before. > > I found that the postgresql\bin dir must be added to the path. > > Also, I had python 2.5 installed, and plpython apparently needs python 2.4. > I've installed

Re: [GENERAL] Installing support for python on windows

2007-01-01 Thread novnov
Thanks, the depends tools looks very handy, surprising I'd not heard of it before. I found that the postgresql\bin dir must be added to the path. Also, I had python 2.5 installed, and plpython apparently needs python 2.4. I've installed that and added to the path, but there is another dependency

Re: [GENERAL] Installing support for python on windows

2007-01-01 Thread Adrian Klaver
On Monday 01 January 2007 3:39 pm, novnov wrote: > 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 se

Re: [GENERAL] Installing support for python on windows

2007-01-01 Thread novnov
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 u

Re: [GENERAL] Installing support for python on windows

2007-01-01 Thread novnov
Adrian Klaver wrote: > > On Monday 01 January 2007 11:14 am, Magnus Hagander wrote: >> 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 t

Re: [GENERAL] Installing support for python on windows

2007-01-01 Thread Adrian Klaver
On Monday 01 January 2007 11:14 am, Magnus Hagander wrote: > 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 lo

Re: [GENERAL] Installing support for python on windows

2007-01-01 Thread Magnus Hagander
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 ru

Re: [GENERAL] Installing support for python on windows

2007-01-01 Thread novnov
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. This is all being done on a new workstation. It is a li

Re: [GENERAL] Installing support for python on windows

2007-01-01 Thread Magnus Hagander
novnov wrote: > Then I tried something like what Adrian had suggested: > > D:\postgresql\bin>createlang -U sauser -d mydb plpythonu > Password: > createlang: language installation failed: ERROR: could not load library > "D:/pos > tgresql/lib/plpython.dll": The specified module could not be found.

Re: [GENERAL] Installing support for python on windows

2007-01-01 Thread Adrian Klaver
On Sunday 31 December 2006 7:06 pm, novnov wrote: > Thanks to both of you. I tried the following and got an error that > plpython.dll couldn't be found: > > D:\postgresql\bin>createlang -U sauser plpythonu mydb > Password: > createlang: language installation failed: ERROR: could not load library >

Re: [GENERAL] Installing support for python on windows

2006-12-31 Thread novnov
Thanks to both of you. I tried the following and got an error that plpython.dll couldn't be found: D:\postgresql\bin>createlang -U sauser plpythonu mydb Password: createlang: language installation failed: ERROR: could not load library "D:/pos tgresql/lib/plpython.dll": The specified module could

Re: [GENERAL] Installing support for python on windows

2006-12-31 Thread Tom Lane
novnov <[EMAIL PROTECTED]> writes: > - Per most docs the installation of a language is done with createlang. I've > tried many times and cannot get the syntax right. Typically I log in to psql > in the \bin directory as the main postgres user. After that, a typical > attempt is looks like this: >

Re: [GENERAL] Installing support for python on windows

2006-12-31 Thread Adrian Klaver
On Sunday 31 December 2006 2:09 pm, novnov wrote: > I've spent a couple of hours on this and would like to ask for an assist at > this point. I need to install python support on windows. The postgresql > install is the windows 8.2.0-1 binary, and pl/pgsql was included in the > initial installation.

[GENERAL] Installing support for python on windows

2006-12-31 Thread novnov
I've spent a couple of hours on this and would like to ask for an assist at this point. I need to install python support on windows. The postgresql install is the windows 8.2.0-1 binary, and pl/pgsql was included in the initial installation. I have python 2.5 installed. The workstation's path does