AttributeError: module 'win32ctypes.pywin32.win32api' has no attribute 'error'
I am new to python. But, I had the same error. It worked for me when I tried these things.
- Try using .ico file for the app icon
- Try changing the directory of that .ico file to your script directory and run it again.