That got me further. I tried the file explorer and got:

richard-joness-macbook:nabla-test richard$ python run.py
--------------------------------------------------------------------------------
                                                                Nabla Framework
OpenGL Version 2.1 NVIDIA-1.6.16
GLSL Shaders supported.
ERROR: 0:22: '==' :  wrong operand types no operation '==' exists that
takes a left-hand operand of type 'float' and a right operand of type
'int' (or there is no acceptable conversion)

 Screen 0: 1280x800 at (0, 0)
 Desktop 1280x800
Path= /Users/richard/Downloads/nabla-test/iwall
--------------------------------------------------------------------------------
Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 295, in 'calling callback function'
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyglet/window/carbon/__init__.py",
line 1100, in _on_mouse_down
    self.dispatch_event('on_mouse_press', x, y, button, modifiers)
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyglet/window/__init__.py",
line 1219, in dispatch_event
    EventDispatcher.dispatch_event(self, *args)
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyglet/event.py",
line 340, in dispatch_event
    if handler(*args):
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/control/overlay.py",
line 253, in on_mouse_press
    handler=control.on_mouse_press(x, y, button, modifiers)
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/control/control.py",
line 558, in on_mouse_press
    handler = control.on_mouse_press(x, y, button, modifiers)
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/control/control.py",
line 564, in on_mouse_press
    self.__check_click(x,y, button, modifiers)
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/control/control.py",
line 549, in __check_click
    else: self.on_click(x, y, button, modifiers)
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/floating.py",
line 186, in on_click
    self.click_call()
  File "/Users/richard/Downloads/nabla-test/iwall/explorer.py", line
200, in win_explorer_gui
    def win_explorer_gui(): win_explorer(None)
  File "/Users/richard/Downloads/nabla-test/iwall/explorer.py", line
196, in win_explorer
    window=type)
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/layout.py",
line 138, in __init__
    self._layout()
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/layout.py",
line 303, in _layout
    self._panels()
  File "/Users/richard/Downloads/nabla-test/iwall/explorer.py", line
169, in _panels
    self.left=nabla.gui.FolderTree(self._left, sticky="N+W+S+E")
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/control/control.py",
line 47, in __init__
    self._init()
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/scrollable.py",
line 394, in _init
    self._bound=Tree_Folders(self,sticky="N+W+E+S",expand=True)
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/control/control.py",
line 84, in __init__
    self._create()
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/control/control.py",
line 90, in _create
    def _create(self): self._show()
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/scrollable.py",
line 168, in _show
    if self._list==["?"]: self._set_path_first(self._path)
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/scrollable.py",
line 288, in _set_path_first
    self.__path_tree(path)
  File "/Users/richard/Downloads/nabla-test/iwall/nabla/gui/scrollable.py",
line 339, in __path_tree
    self.path=self._list[0][0]
IndexError: list index out of range
Space: Selected layer is None.(0, 0.0, 0.0)
OVERLAY.MOUSE_RELEASE CANCELLED
Space: Selected layer is None.(0, 0.0, 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.

Reply via email to