I posted a thread labeled pygame, global name "glob" but am unable to resolve the issue so I was just going to ask a few question about the code. Well first of all, I ran it on Windows Vista, python 2.6 and pygame, but I'M not sure what version of pygame.
Anyway, in the line font = pygame.font.SysFont("arial", 16), I look up font and I see it's a module named font.py. But in that file, I don't see a calls or function by the name of SysFont. Can anyone please tell me why? Thanks.