Cool! Very nice.
I tried on Ubuntu 10.04 32-bit, and got the attached traceback.
Looking forward to test it further,
Stephan
--
--------------------------------------------------------------------------------
Nabla
Framework
OpenGL Version 3.2.9756 Compatibility Profile Context
GLSL Shaders supported.
Screen 0: 1440x900 at (0, 0)
Desktop 1440x900
Path= /home/stephan/Downloads/nabla-test/iwall
--------------------------------------------------------------------------------
Traceback (most recent call last):
File "run.py", line 43, in <module>
iwall.App.run()
File "/home/stephan/Downloads/nabla-test/iwall/nabla/app/
__init__.py", line 52, in run
pyglet.app.run()
File "/home/stephan/epd-6.2.1/lib/python2.6/site-packages/pyglet/app/
__init__.py", line 264, in run
EventLoop().run()
File "/home/stephan/epd-6.2.1/lib/python2.6/site-packages/pyglet/app/
xlib.py", line 82, in run
window.dispatch_platform_event(e)
File "/home/stephan/epd-6.2.1/lib/python2.6/site-packages/pyglet/
window/xlib/__init__.py", line 1169, in dispatch_platform_event
event_handler(e)
File "/home/stephan/epd-6.2.1/lib/python2.6/site-packages/pyglet/
window/xlib/__init__.py", line 1438, in _event_button
x, y, button, modifiers)
File "/home/stephan/epd-6.2.1/lib/python2.6/site-packages/pyglet/
window/__init__.py", line 1219, in dispatch_event
EventDispatcher.dispatch_event(self, *args)
File "/home/stephan/epd-6.2.1/lib/python2.6/site-packages/pyglet/
event.py", line 340, in dispatch_event
if handler(*args):
File "/home/stephan/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 "/home/stephan/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 "/home/stephan/Downloads/nabla-test/iwall/nabla/gui/control/
control.py", line 564, in on_mouse_press
self.__check_click(x,y, button, modifiers)
File "/home/stephan/Downloads/nabla-test/iwall/nabla/gui/control/
control.py", line 549, in __check_click
else: self.on_click(x, y, button, modifiers)
File "/home/stephan/Downloads/nabla-test/iwall/nabla/gui/
floating.py", line 186, in on_click
self.click_call()
File "/home/stephan/Downloads/nabla-test/iwall/explorer.py", line
200, in win_explorer_gui
def win_explorer_gui(): win_explorer(None)
File "/home/stephan/Downloads/nabla-test/iwall/explorer.py", line
196, in win_explorer
window=type)
File "/home/stephan/Downloads/nabla-test/iwall/nabla/gui/layout.py",
line 138, in __init__
self._layout()
File "/home/stephan/Downloads/nabla-test/iwall/nabla/gui/layout.py",
line 303, in _layout
self._panels()
File "/home/stephan/Downloads/nabla-test/iwall/explorer.py", line
169, in _panels
self.left=nabla.gui.FolderTree(self._left, sticky="N+W+S+E")
File "/home/stephan/Downloads/nabla-test/iwall/nabla/gui/control/
control.py", line 47, in __init__
self._init()
File "/home/stephan/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 "/home/stephan/Downloads/nabla-test/iwall/nabla/gui/control/
control.py", line 84, in __init__
self._create()
File "/home/stephan/Downloads/nabla-test/iwall/nabla/gui/control/
control.py", line 90, in _create
def _create(self): self._show()
File "/home/stephan/Downloads/nabla-test/iwall/nabla/gui/
scrollable.py", line 168, in _show
if self._list==["?"]: self._set_path_first(self._path)
File "/home/stephan/Downloads/nabla-test/iwall/nabla/gui/
scrollable.py", line 288, in _set_path_first
self.__path_tree(path)
File "/home/stephan/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
--
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.