Python pyinstaller package error win32ctypes.pywin32.pywintypes.error: (2, 'LoadLibraryEx', 'The system cannot find the specified file.')

After tossing all afternoon, I finally got it done, replaced it with python3.7, and then uninstalled the pyinstaller of python3.10
to solve the problem directly
. I personally think that there are multiple versions of python and pyinstaller in the computer, which will cause some problems.

Guess you like

Origin blog.csdn.net/weixin_45518621/article/details/126915588