You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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.
The text was updated successfully, but these errors were encountered:
$ 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.
The text was updated successfully, but these errors were encountered: