[Tutor] Why does pygame still not work?

James M Lang jimmy_130@lycos.com
Wed, 16 Jan 2002 17:50:11 -0500


I tried running the monkey source and got this:

Traceback (most recent call last):
  File "C:\Python22\monkey", line 14, in ?
    if not pygame.font: print 'Warning, fonts disabled'
AttributeError: 'module' object has no attribute 'font'

WHY?