Python 2.5 and pygame

Started by
0 comments, last by Fruny 17 years, 6 months ago
Has anyone had trouble installing pygame with the latest version of python. Is there a fix? Thanks.
Advertisement
Pygame is a C module, which means it needs to be built against a specific version of python. If there isn't a version built for 2.5 and if you can't build it yourself (try python setup.py install), then you should probably install Python 2.4 on your system instead.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan

This topic is closed to new replies.

Advertisement