본문 바로가기
2/[ C# ]

[C#, Python] System.DllNotFoundException: 'DLL 'python37'

by Kieran_Han 2022. 7. 12.

C# GUI 작업하면서, ML.net을 사용하기 때문에 python37.dll 파일이 필요하다.

https://www.dllme.com/

 

Download and Fix Missing .DLL Files - DLLme.com

Download .DLL files for free and fix missing .DLL file errors.

www.dllme.com

위 사이트를 통해서 python37.dll을 다운 받은 후,

  • C:\Windows\System32
  • C:\Windows\SysWOW64

위 두 경로에 복사해서 넣어주면, 해결된다.