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

Re: [pygame] py2exe and pygame font causes segfaults



Because the Font path is in the Python/lib/site-packages/pygame dir, so if Python isn't installed the font doesn't exist =)

On Tue, Dec 30, 2008 at 1:11 PM, Ian Mallett <geometrian@xxxxxxxxx> wrote:
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



--
- pymike
"Python eggs me on."