Browsing the tag Pygame
September 3, 2009
Recently when packaging up a Windows installer for PyKaraoke I came across a problem with Py2exe's handling of Pygame DLLs.
Py2exe is a utility to convert Python scripts into Windows executables. It should automatically seek out any DLLs required for the application to run independently, and bundle these with the application installer. For a Pygame application a variety of SDL DLLs are used and must be bundled with… Continue reading