Pygame people vs. Pygame problems

Problems with easy but annoying solutions.
I wrote my game in Python/Pygame, which generally, I can’t say enough good things about. I did a cx_freeze of my game, which should collect any dependences and wrap the python code into an executable. For some reason Pygame’s extended image support is sometimes not working. I think there may be some SDL libraries or some other thing that are required, but I’m not sure why there not getting bundled in the freeze. Pygame people, any ideas?
Until I can fix the actual problem, I converted all the PNG files into BMPs, which is the default format that works even with the extended image module. The zip file is a little bigger, but it should work for everyone.
Actually, this is such an easy and reliable “fix” that there is a 42% chance that I will never get around to figuring out the actual problem.
TL;DR — The Linux build wasn’t working for some people, but now it should work for all x such that x uses Linux.
Tags: pygame