This is what happened when imported the font module
- >>> import pygame
-
>>> import pygame.font
-
Traceback (most recent call last):
-
File "<stdin>", line 1, in <module>
-
ImportError: No module named font
The init file of pygame states that font is an optional package
and requests it to throw am not implemented error when called for it.
I wanted to know how i could include these files that are part of the font module, where are they found cause they were not downloaded as a part of my source
The pygame mod has an entry for the font module i.e dir(pygame)
but the init and the related files for the font module cannot be found
The size of the download was right (was not able to get hold of the md5)