glyphicons-sprite-generator
glyphicons-sprite-generator copied to clipboard
IndexError: list index out of range
I'm using Windows 7. I'm running Python 2.7.10 with PIL version 1.1.7. sprite-generator.py is in C:\glyphicons_pro.
The following error appears momentarily when running the script.

Looks like it's because it's run on windows. If you want to submit a PR, the fix is replacing the '/' directory separator with the value of os.pathsep.
Commit 13f8edfd5 may fix it, please give it a try and let me know.
Thanks for the quick attention!
I tried with Commit 13f8edf. Unfortunately it was unsuccessfully. Here's the error:
