geojeff
unread,Jan 26, 2009, 5:05:32 AM1/26/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
  to bruce-users
I am on Mac OS X.
When I click or use the arrow keys to advance from the first slide of
any example:
Traceback (most recent call last):
  File "/Volumes/Data/Users/ronald/Projects/python/wrk/r251/Modules/
_ctypes/callbacks.c", line 206, in 'calling callback function'
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/pyglet/window/carbon/__init__.py", line 967,
in _on_text_input
    self.dispatch_event('on_text_motion', motion)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/pyglet/window/__init__.py", line 1217, in
dispatch_event
    EventDispatcher.dispatch_event(self, *args)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/pyglet/event.py", line 343, in dispatch_event
    self._raise_dispatch_exception(event_type, args, handler)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/pyglet/event.py", line 340, in dispatch_event
    if handler(*args):
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/bruce/presentation.py", line 113, in
on_text_motion
    elif motion == key.MOTION_RIGHT: self.__next()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/bruce/presentation.py", line 82, in __next
    self.change_page(1)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/bruce/presentation.py", line 78, in
change_page
    self._enter_page(self.pages[self.page_num], dir>0)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/bruce/presentation.py", line 49, in
_enter_page
    page.transition(page)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/bruce/style.py", line 222, in _transition
    director.replace(klass(new_scene, **kwargs))
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/cocos2d-0.3.0-py2.5.egg/cocos/scenes/
transitions.py", line 514, in __init__
    super(FadeTransition, self ).__init__( *args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'color'