Pyinstaller win32ctypes.pywin32.pywintypes.error: (1920, 'LoadLibraryExW', 'System cannot access the file')

后端 未结 8 1979
攒了一身酷
攒了一身酷 2020-12-11 08:14

I\'m trying to use the pyinstaller to pack my python file in to .exe, but I keep getting this error message.

win32ctypes.pywin32.pywintypes.error: (1920, \'L         


        
8条回答
  •  南方客
    南方客 (楼主)
    2020-12-11 08:19

    You have to uninstall your current python .....and reinstall again.......will 100% work reason --> either you have a 32 bit python or some file of the your python are corrupted (--> you have to reinstall all the libraries again ....)

提交回复
热议问题