From: | Daniel Schuchardt <daniel_schuchardt(at)web(dot)de> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Can't install plpython on Windows 8.0 |
Date: | 2005-04-09 15:39:09 |
Message-ID: | d38suh$cf4$2@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Magnus Hagander schrieb:
>>>>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
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
>
>
Ok, the missing library is python23.dll. I installed ActivePython23 and
now everything works fine.
Daniel.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-04-09 15:52:55 | Re: create user with database and contrib |
Previous Message | Bruno Wolff III | 2005-04-09 14:44:24 | Re: create user with database and contrib |