> You seem to have truncated the traceback, removing the actual error line and
> description from the bottom. What was the error?

Whoops ! Sorry about that but I'm new to this.

The error seems to continue until I move the mouse over the output
window at which point the window closes and the error report stops.
Anyway,  here it is in full :

Many thanks,

Boo

Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 295, in 'calling callback function'
  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\video2.py",
line 18, in on_draw
    player.get_texture().blit(0, 0)
AttributeError: 'NoneType' object has no attribute 'blit'
Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 295, in 'calling callback function'
  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\video2.py",
line 18, in on_draw
    player.get_texture().blit(0, 0)
AttributeError: 'NoneType' object has no attribute 'blit'
Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 295, in 'calling callback function'
  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\video2.py",
line 18, in on_draw
    player.get_texture().blit(0, 0)
AttributeError: 'NoneType' object has no attribute 'blit'
Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 295, in 'calling callback function'
  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\video2.py",
line 18, in on_draw
    player.get_texture().blit(0, 0)
AttributeError: 'NoneType' object has no attribute 'blit'
Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 295, in 'calling callback function'
  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\video2.py",
line 18, in on_draw
    player.get_texture().blit(0, 0)
AttributeError: 'NoneType' object has no attribute 'blit'
Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 295, in 'calling callback function'
  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\video2.py",
line 18, in on_draw
    player.get_texture().blit(0, 0)
AttributeError: 'NoneType' object has no attribute 'blit'
Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 295, in 'calling callback function'
  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\video2.py",
line 18, in on_draw
    player.get_texture().blit(0, 0)
AttributeError: 'NoneType' object has no attribute 'blit'
Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 295, in 'calling callback function'
  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\video2.py",
line 18, in on_draw
    player.get_texture().blit(0, 0)
AttributeError: 'NoneType' object has no attribute 'blit'
Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 295, in 'calling callback function'
  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\video2.py",
line 18, in on_draw
    player.get_texture().blit(0, 0)
AttributeError: 'NoneType' object has no attribute 'blit'
Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 295, in 'calling callback function'
  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\video2.py",
line 18, in on_draw
    player.get_texture().blit(0, 0)
AttributeError: 'NoneType' object has no attribute 'blit'
Traceback (most recent call last):
  File "C:\My Documents\Python\MBIReader\src\root\reader\video2.py",
line 20, 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 74,
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\video2.py",
line 18, in on_draw
    player.get_texture().blit(0, 0)
AttributeError: 'NoneType' object has no attribute 'blit'

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to