Recent Changes - Search:

Get GNU Solfege at SourceForge.net. Fast, secure and Free Open Source software downloads


NoDescription-SH

Submitter:
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 version3.16.2
Bzr revision infobranch_nick: build-branch
revno: 1554
revision_id: tca@gnu.org-20100414192618-m7pvla1vw0ebxumd
clean: False
gtk.pygtk_version(2, 12, 1)
gtk<module 'gtk' from 'C:\Archivos de programa\GNU Solfege\python\lib\site-packages\gtk-2.0\gtk\__init__.py'>
sys.version_info(2, 6, 5, 'final', 0)
sys.version2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)]
sys.prefixC:\Archivos de programa\GNU Solfege\python
sys.platformwin32
windowsversion(5, 1, 2600, 2, 'Service Pack 3')

Message from stderr:

 
Traceback (most recent call last):
  File "C:\Archivos de programa\GNU Solfege\share\solfege\solfege\exercises\rhythm.py", line 294, in new_question
    self.m_t.play_question()
  File "C:\Archivos de programa\GNU Solfege\share\solfege\solfege\exercises\rhythm.py", line 40, in play_question
    self.play_rhythm(self.get_music_string())
  File "C:\Archivos de programa\GNU Solfege\share\solfege\solfege\abstract.py", line 290, in play_rhythm
    soundcard.synth.play_track(track)
AttributeError: 'NoneType' object has no attribute 'play_track'
Traceback (most recent call last):
  File "C:\Archivos de programa\GNU Solfege\share\solfege\solfege\exercises\rhythm.py", line 294, in new_question
    self.m_t.play_question()
  File "C:\Archivos de programa\GNU Solfege\share\solfege\solfege\exercises\rhythm.py", line 40, in play_question
    self.play_rhythm(self.get_music_string())
  File "C:\Archivos de programa\GNU Solfege\share\solfege\solfege\abstract.py", line 290, in play_rhythm
    soundcard.synth.play_track(track)
AttributeError: 'NoneType' object has no attribute 'play_track'
Traceback (most recent call last):
  File "C:\Archivos de programa\GNU Solfege\share\solfege\solfege\exercises\rhythm.py", line 261, in play_users_answer
    self.m_t.play_rhythm(r"\staff{ %s }" % rhythm)
  File "C:\Archivos de programa\GNU Solfege\share\solfege\solfege\abstract.py", line 290, in play_rhythm
    soundcard.synth.play_track(track)
AttributeError: 'NoneType' object has no attribute 'play_track'
Traceback (most recent call last):
  File "C:\Archivos de programa\GNU Solfege\share\solfege\solfege\exercises\rhythm.py", line 261, in play_users_answer
    self.m_t.play_rhythm(r"\staff{ %s }" % rhythm)
  File "C:\Archivos de programa\GNU Solfege\share\solfege\solfege\abstract.py", line 290, in play_rhythm
    soundcard.synth.play_track(track)
AttributeError: 'NoneType' object has no attribute 'play_track'
Edit - History - Print - Recent Changes - Search
Page last modified on May 02, 2010, at 11:17 PM