Submitter: clarinet46 ,, wp ,, pl
Long desciption: Describe as exactly as you can what you did when this error occurred. If you give no description at all, you make it very difficult to track down this bug. You should replace this text with your description, and also remove the "bug-tag" in the bottom of this text so that this bug is not automatically sorted among the bug reports with no description.
(bug-tag: NO_DESCRIPTION)
| Solfege version | 3.8.2 |
| runtime.has_gtkhtml2 | True |
| gtk.pygtk_version | (2, 10, 3) |
| gtk | <module 'gtk' from '/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.pyc'> |
| sys.version_info | (2, 5, 0, 'final', 0) |
| sys.version | 2.5 (r25:51908, Nov 27 2006, 19:14:46) [GCC 4.1.2 20061115 (prerelease) (SUSE Linux)] |
| sys.prefix | /usr |
| sys.platform | linux2 |
| windowsversion | (not running ms windows) |
Message from stderr:
Traceback (most recent call last):
File "/usr/share/solfege/src/melodicinterval.py", line 238, in new_question
self.m_t.play_question()
File "/usr/share/solfege/src/abstract.py", line 219, in play_question
soundcard.synth.play_track(m)
File "/usr/share/solfege/soundcard/midifilesynth.py", line 58, in play_track
self.play_midieventstream(MidiEventStream(*tracks))
File "/usr/share/solfege/soundcard/midifilesynth.py", line 71, in _play_midieventstream_fork_execl
if not os.path.isfile(self.m_cmd.split()[0]):
IndexError: list index out of range