glyphicons-sprite-generator icon indicating copy to clipboard operation
glyphicons-sprite-generator copied to clipboard

On OSX the sprite-generator fails to load the PIL library

Open esposito opened this issue 11 years ago • 2 comments

The solution turned out to be changing from PIL import Image into import Image. See also http://stackoverflow.com/questions/8863917/importerror-no-module-named-pil.

esposito avatar Apr 19 '13 12:04 esposito

Awesome script by the way :D

esposito avatar Apr 19 '13 12:04 esposito

Interesting, thanks -- seems that installing PIL on my mac puts it in the PIL namespace. Will look to update the import soon.

gmr avatar Apr 19 '13 17:04 gmr