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

Re: [pygame] py2exe problems



I solved my problem by loading the font file from the program:
Font = pygame.font.Font("freesansbold.ttf",12)
or something, then adding the relevant file to the finished directory.
Ian