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

Re: [pygame] import pygame.font failing



On 02/27/2013 06:51 PM, Kai Childheart wrote:
5. import pygame
6. import pygame.font
7.
8. pygame.init( )

I don't know if this is your problem, but you're normally not supposed to import pygame.font explicitly. It comes with the pygame module.

If the font module is unavailable, you will get an error when you try to use a font.