Not sure what's up here. This is running against trunk@438.
Traceback (most recent call last):
File "darcy/player.py", line 94, in <module>
a.run()
File "darcy/player.py", line 74, in run
dtk.Engine().mainLoop()
File "/Users/dcrosta/src/dtk/dtk/core.py", line 1166, in mainLoop
curses.wrapper(self.setupCurses)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/curses/wrapper.py", line 44, in wrapper
return func(stdscr, *args, **kwds)
File "/Users/dcrosta/src/dtk/dtk/core.py", line 1210, in setupCurses
self.contextLoop(self)
File "/Users/dcrosta/src/dtk/dtk/core.py", line 1316, in contextLoop
context.processEvents()
File "/Users/dcrosta/src/dtk/dtk/core.py", line 894, in processEvents
method(*args, **kwargs)
File "darcy/player.py", line 80, in play_song
song = _source_obj.getSelectedItem()
AttributeError: 'ListBox' object has no attribute 'getSelectedItem'