In fact, I meet the problem that my pygame can not load png image and the method pygame.image.get_extended() returns 0, which means false
Traceback (most recent call last):
File "testpygame.py", line 5, in <module>
myimage = pygame.image.load("diamond.png")
pygame.error: File is not a Windows BMP file
I search for solutions and some people suggest that installing the proper version
of pygame might help, so I want to uninstall my current pygame and reinstall
But I dont know how to uninstall pygame on OSX
I installed 2 versions of python on mac (2.7 and 3.3), they are in the list of applications. But as we all know that the default python in mac that runs in terminal is another one given by the operating system itself, the different versions of python in mac totally confused me...
So, how can I uninstall pygame of the proper python version in my mac..?
Thanks a lot
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…