Closed matthewtole closed 9 years ago
Several people have had an issue with font2png.py where it fails to run. See this forum thread for details.
Turns out Python is importing the wrong Image module. This will force Python to import PIL.Image and not any other module.
Several people have had an issue with font2png.py where it fails to run. See this forum thread for details.
Turns out Python is importing the wrong Image module. This will force Python to import PIL.Image and not any other module.