Re: Help with plpython3u - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Help with plpython3u
Date
Msg-id 8d9b12b0147d5b595acfbf1f04abfa134b3bc1d1.camel@cybertec.at
Whole thread Raw
In response to Re: Help with plpython3u  (PEDRO PABLO SEVERIN HONORATO <ppseverin@miuandes.cl>)
List pgsql-general
On Tue, 2020-06-09 at 20:26 -0400, PEDRO PABLO SEVERIN HONORATO wrote:
> I installed Postgres downloading the file posgresql-12.2-1-windows-x64 from the website
https://www.postgresql.org/download/windows/.
 
> 
> The python37.dll I copied to the System32 folder was located in C:\Users\developer\Anaconda3.
> After trying this, I installed python 3.7.0 and copied the python37.dll that comes with the installation, but got the
sameresult.
 

Do not copy libraries around.  That's a road to hell.
Instead, add them to the PATH.
The library might depend on something else at the original location.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-general by date:

Previous
From: Dan shmidt
Date:
Subject: Re: Logical replication stuck in catchup state
Next
From: Achilleas Mantzios
Date:
Subject: Re: Multitenent architecture