You seem to have truncated the traceback, removing the actual error line and description from the bottom. What was the error?
Regards Crispin On Wed, Oct 14, 2009 at 9:59 PM, [email protected] <[email protected]>wrote: > Traceback (most recent call last): > File "C:\My Documents\Python\MBIReader\src\root\reader\example.py", > line 97, in <module> > pyglet.app.run() > File "C:\Python26\lib\site-packages\pyglet\app\__init__.py", line > 264, in run > EventLoop().run() > File "C:\Python26\lib\site-packages\pyglet\app\win32.py", line 63, > in run > self._timer_func(0, 0, timer, 0) > File "C:\Python26\lib\site-packages\pyglet\app\win32.py", line 84, > in _timer_func > sleep_time = self.idle() > File "C:\Python26\lib\site-packages\pyglet\app\__init__.py", line > 193, in idle > window.dispatch_event('on_draw') > File "C:\Python26\lib\site-packages\pyglet\window\__init__.py", line > 1217, in dispatch_event > EventDispatcher.dispatch_event(self, *args) > File "C:\Python26\lib\site-packages\pyglet\event.py", line 340, in > dispatch_event > if handler(*args): > File "C:\My Documents\Python\MBIReader\src\root\reader\example.py", > line 94, in on_draw > player.get_texture().blit(0, 0) > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
