From: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> |
---|---|
To: | PEDRO PABLO SEVERIN HONORATO <ppseverin(at)miuandes(dot)cl>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
Cc: | pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Re: Help with plpython3u |
Date: | 2020-06-10 06:49:17 |
Message-ID: | 8d9b12b0147d5b595acfbf1f04abfa134b3bc1d1.camel@cybertec.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 same result.
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
From | Date | Subject | |
---|---|---|---|
Next Message | Achilleas Mantzios | 2020-06-10 07:22:37 | Re: Multitenent architecture |
Previous Message | Dan shmidt | 2020-06-10 06:15:48 | Re: Logical replication stuck in catchup state |