[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Problem with py2exe and font.pyd



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