running CREATE EXTENSION plpython3u gave me the error - The specified module could not be found even if the file is at the correct place.
After reading everything on the web, I tried to download another python version (3.2) as suggested and replace the dll.
Now I receive an error about a missing magic block: missing magic block HINT: Extension libraries are required to use the PG_MODULE_MAGIC macro.
I tried the same processes with a 32 and 64 bits version of Postgresql and both failed like explained.
Is there any solution to install that PLPython on a Windows 64 bits OS?