Python and pygame error message image not found

Python and pygame error message image not found

as user ModoUnreal said in that post
(Error while import pygame)
A. Check if you have a 64 or 32 bit version pygame and make sure your version of python is the same.

B. Use something like pip install or any other type of method to install pygame.

C. Install a previous version of pygame and python, you might have some more luck with that.

The error is basically saying that a class in pygame called image could not be found. Obviously pygame has not been installed properly so I would suggest using the above methods to install it again.

I hope this helps!

Python and pygame error message image not found

Leave a Reply

Your email address will not be published. Required fields are marked *