I have recently started using Mac for coding. Thus, I had to move all my files from my previous computer (Windows). Long story short, everything was good until this error occurred.
pygame.error: File is not a Windows BMP file
I checked Stackoverflow and found this question with the explanation of how to resolve the problem. How to uninstall pygame on mac OSX 10.9.4
But still nothing. I use python3, however, python 2.7 was installed on my computer initially (Idk how) and I checked so that my program does not notice it. Can anyone help me, please?