Thanks for the info on why py2exe does not include SDL_tff.dll. I have wondered, however I'm happy to continue with my setup.py :)
-Thadeus On Wed, Aug 19, 2009 at 7:09 PM, Greg Ewing <greg.ew...@canterbury.ac.nz>wrote: > 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 >