Ticket #78 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Hitting space on the song list in Darcy gives a traceback

Reported by: dcrosta Assigned to: egj
Priority: high Milestone:
Component: demos: darcy Version:
Severity: moderate Keywords:
Cc:

Description

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'

Change History

05/08/08 21:19:12 changed by dcrosta

fixed in [439]. see also #79

05/08/08 21:19:19 changed by dcrosta

  • status changed from new to closed.
  • resolution set to fixed.