pebble / pebblekit

Pebble's app development toolkit for the Pebble smartwatch, Android and iOS
199 stars 13 forks source link

Fix Python module import in font2png.py #34

Closed matthewtole closed 9 years ago

matthewtole commented 11 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.