-
Notifications
You must be signed in to change notification settings - Fork 0
Description
$ python PyArena.py
Traceback (most recent call last):
File "PyArena.py", line 25, in
create_image_tile('Fey', 'fey.png')
File "/home/qubodup/src/git/PyArena/resource/Tile.py", line 57, in create_image_tile
tile = ImageTile(name, image)
File "/home/qubodup/src/git/PyArena/resource/Tile.py", line 37, in init
self.image = loader.image(image)
File "/usr/lib/python2.6/site-packages/pyglet/resource.py", line 492, in image
identity = self._cached_images[name] = self._alloc_image(name)
File "/usr/lib/python2.6/site-packages/pyglet/resource.py", line 436, in _alloc_image
file = self.file(name)
File "/usr/lib/python2.6/site-packages/pyglet/resource.py", line 394, in file
raise ResourceNotFoundException(name)
pyglet.resource.ResourceNotFoundException: Resource "fey.png" was not found on the path. Ensure that the filename has the correct captialisation.