Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resources missing #1

Open
qubodup opened this issue May 11, 2010 · 0 comments
Open

Resources missing #1

qubodup opened this issue May 11, 2010 · 0 comments

Comments

@qubodup
Copy link

qubodup commented May 11, 2010

$ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant