Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
I use windows, how can I solve this error = ''pygame.error: File is not a Windows BMP file''
Asked
Dec 04 '22 at 06:36
Active
Dec 04 '22 at 06:42
Viewed
25 times
0
pygame.error: File is not a Windows BMP file
I am trying to run my code and this error occurred.
python
pygame
edited Dec 04 '22 at 06:42
Zac Anger
6,983
2
15
42
asked Dec 04 '22 at 06:36
Mohit Sharma
1
1
Please add the relevant code and what type of image you're trying to load. Is it an uncompressed bitmap? If not, you'll need to convert it, or rebuild pygame with full image support.
–
Zac Anger
Dec 04 '22 at 06:43
0 Answers
0