LANGUAGE/Python
How to solve the error, "ImportError: DLL load failed while importing win32api: 지정된 모듈을 찾을 수 없습니다."?
Hogeony
2021. 4. 22. 11:47
* Error
ImportError: DLL load failed while importing win32api: 지정된 모듈을 찾을 수 없습니다.
* Solution in Anaconda 64bit Environment
conda install -c anaconda pywin32
* Solution in Other Environment
pip install pywin32