* 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
'LANGUAGE > Python' 카테고리의 다른 글
Solution for the error, <coroutine object Bot.send_message at 0x000002E052140F20>. (0) | 2023.02.21 |
---|---|
Solution for AttributeError: module 'zmq' has no attribute 'REQ' (0) | 2021.06.15 |
Anaconda Environment Restore based on Revision List (0) | 2020.08.25 |
Setting for UNDO in PyCharm (0) | 2020.08.20 |
How to solve the issue, 'cp949' codec can't decode? (0) | 2020.02.28 |