Reputation: 49
I am using win32gui library and the code runs in the Python environment without any problems but when I get the exe output with pyinstaller and execute it.
I get this error:
ImportError: DLL load failed while importing win32gui: The specified module could not be found.
I uninstalled the pywin32 library and reinstalled it, but the problem was not solved.
Import code:
import win32.win32gui
Upvotes: 0
Views: 135