John Eriksson wrote:
For some reason py2exe regards the SDL_ttf.dll file as a system owned dll and excludes it from the distribution package.
This seems to be because py2exe.build_exe.isSystemDLL is deciding based on the image load address of the DLL. -- Greg