Tag Archives: py2exe
Pygame 1.9.1 is out

This one is a little late. Pygame 1.9.1 has been released, hot on the heels of 1.9.0. One of the major fixes in both versions is better compatibility with py2exe, along with a couple other annoying things I’ve had to use workarounds for in the past.

Making Py2Exe Play Nice With Pygame

It’s always a good idea to make sure your entire development toolchain works right from beginning to end. This includes the package builder and installer. Even though I’m still a little while out from releasing Star Merchant 2, I spent the better part of the day Wednesday digging into py2exe to make sure it would, in fact, produce a good Windows distribution for the game. And then I found out how it didn’t like to play so nice with pygame.