This was the final step : it worked out.
Thanks for your time, your understandable explanations!
Alban,
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/BUG-5641-Can-not-create-any-python-language-tp2801518p3330632.html
Sent from the PostgreSQL - bugs mailing list archi
In fact I always had plpython.dll since I duplicated the file (one named
plpython.dll and the other plpython3.dll).
Anyways, now I have deleted plpython3.dll (so I just have plpython.dll) and
"create language plpython;" answers : ERREUR: n'a pas pu charger la
bibliothèque « C:/Program Files/Post
The result is still the same (means "ERREUR: n'a pas pu charger la
bibliothèque « C:/Program Files/PostgreSQL/9.0/lib/plpython3.dll » : unknown
error 126" = Can't load C:/Program Files/PostgreSQL/9.0/lib/plpython3.dll
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/BUG
Hi,
I used dependency walker in order to see which dependencies could be
unsatified in plpython.dll and indeed some of them were missing :
- python26.dll (I had python2.7 installed but obviously it requires 2.6.)
- some .dll that are in the bin folder of posgreSQL
So I installed python 2.6 and
Hi,
I'm facing the same issue in the same environment and the solution given by
Ashesh Vashi is not working. :(
Once I have copied plpython.dll as plpython3.dll, I still can't create the
language plpython3u for a database.
Is there another work around?
Thanks,
Alban.
--
View this message in c