로딩
요청 처리 중입니다...

plpython3u the specified module could not be found 오류 해결

 plpython3u the specified module could not be found 오류 해결

https://www.python.org/downloads/release/python-340/ Python Release Python 3.4.0 The official home of the Python Programming Language www.python.org postgresql 10 버전 기준 postgresql lib 폴더 안의 plpython3.dll라이브러리를 로드할 수 없다고 뜬다. the specified module could not be found. 이런 오류 분명 파일이 있는데도 왜 안되는지..

삽질하다 결국 성공 python 3.4 버전을 다운 받는다. 설치한 후 python3.dll이라는 파일이 알아서 생성이 될텐데 python3.dll을 복사해서 그자리에 붙여넣기 한 후 pththon34.dll로 만들어준다.

왜인지는 모르겠지만 아까 만들어놓은 python34.dll을 붙여넣고 실행했을땐 에러가 뜨더니 37로 이름을 변경하니까 오류가 바뀌고 이미 있는 프로...

# plpython3u # postgresql