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

Re: [pygame] Can't find default font -- py2exe'd pygame game



Mukashi wrote:

There's a couple ways to fix this, simplest way is to copy 'freesansbold.ttf' from the pygame lib directory to your dist directory. If you use a setup/build script for py2exe, you can add that copying step to your script.

Another solution is to not use the default font.

-dh


Hi. I copied the freesansbold.ttf <cid:part1.00030406.09040909@xxxxxxxxx> file to my dist directory, but it didn't work. :( I guess I'll have to use a different font. What would you suggest?