Using the pygame default font in py2exe doesn't work for some reason.
You'll have to include the file in your distribution yourself and use
pygame.font.Font().  Also remember to include *all* your data files in the
distr folder py2exe makes too.

Ian

Reply via email to