Pavel Danchenko

Results 2 issues of Pavel Danchenko

This small change adds ability to set custom `ResourceResolver` via `Builder`. Custom resolver will allow loading dictionaries from locations other than Java classpath.

File "/usr/local/lib/python2.7/site-packages/simpleguitk/sound.py", line 62, in load_sound return Sound(URL) File "/usr/local/lib/python2.7/site-packages/simpleguitk/sound.py", line 22, in **init** self._sound = pygame.mixer.Sound(io.BytesIO(soundfile)) TypeError: Unrecognized argument (type _io.BytesIO) I guess the problem is in line 22:...