Running error
Opened this issue · 2 comments
handsomegui commented
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/kivy/core/window/window_pygame.py", line 204, in set_icon
self._set_icon_standard(filename)
File "/usr/local/lib/python2.7/site-packages/kivy/core/window/window_pygame.py", line 212, in _set_icon_standard
im = pygame.image.load(filename)
error: File is not a Windows BMP file
handsomegui commented
On OSX 10.9.3, with Kivy 1.8.
mvasilkov commented
Oh, so this actually happens. Thanks for the catch, I'll try to monkey-patch this until fixed in upstream Kivy.