Skellington and Pyglet.resource
(thanks to rjones on #pyweek!) If you want to use pyglet.resources with skellington, you need to add the following lines to data.py after you import pyglet: pyglet.resource.path.append('data') pyglet.resource.reindex() Then everything will work.(log in to comment)