Answer the question
In order to leave comments, you need to log in
After building PyInstaller, an error is triggered (win32api module not found). What should I do?
Many have already encountered this problem and posted their questions on the Internet.
But none of the solutions helped.
import win32.win32api as win32
def pressed_keys ( ):
...
def is_pressed (key):
...
Import Error: DLL load failed while importing win32api: Не найден указанный модуль
Answer the question
In order to leave comments, you need to log in
pip install pypiwin32
import win32.win32api as win32- maybe it's better not to do that. Instead of win32, take a different name.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question