Recent Changes - Search:


NoDescription-Hx

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.8.1
runtime.has_gtkhtml2True
gtk.pygtk_version(2, 12, 0)
gtk<module 'gtk' from '/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.pyc'>
sys.version_info(2, 5, 1, 'final', 0)
sys.version2.5.1 (r251:54863, Oct 5 2007, 13:36:32) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)]
sys.prefix/usr
sys.platformlinux2
windowsversion(not running ms windows)

Message from stderr:

 
Traceback (most recent call last):
  File "/usr/share/solfege/src/mainwin.py", line 457, in <lambda>
    lambda o, e=lesson_id: self.m_app.practise_lesson_id(e)))
  File "/usr/share/solfege/src/app.py", line 217, in practise_lesson_id
    module = self._practise_lesson_id(lesson_id)
  File "/usr/share/solfege/src/app.py", line 203, in _practise_lesson_id
    self.m_ui.box_dict[self.m_running_exercise].on_end_practise()
  File "/usr/share/solfege/src/idbyname.py", line 363, in on_end_practise
    self.m_t.end_practise()
  File "/usr/share/solfege/src/abstract.py", line 78, in end_practise
    self.m_statistics.save_data()
  File "/usr/share/solfege/src/statistics.py", line 260, in save_data
    '%s_hash' % self.m_t.m_P.header.lesson_id), 'w')
AttributeError: 'NoneType' object has no attribute 'header'
Traceback (most recent call last):
  File "/usr/share/solfege/src/mainwin.py", line 457, in <lambda>
    lambda o, e=lesson_id: self.m_app.practise_lesson_id(e)))
  File "/usr/share/solfege/src/app.py", line 217, in practise_lesson_id
    module = self._practise_lesson_id(lesson_id)
  File "/usr/share/solfege/src/app.py", line 203, in _practise_lesson_id
    self.m_ui.box_dict[self.m_running_exercise].on_end_practise()
  File "/usr/share/solfege/src/idbyname.py", line 363, in on_end_practise
    self.m_t.end_practise()
  File "/usr/share/solfege/src/abstract.py", line 78, in end_practise
    self.m_statistics.save_data()
  File "/usr/share/solfege/src/statistics.py", line 260, in save_data
    '%s_hash' % self.m_t.m_P.header.lesson_id), 'w')
AttributeError: 'NoneType' object has no attribute 'header'
Traceback (most recent call last):
  File "/usr/share/solfege/src/mainwin.py", line 457, in <lambda>
    lambda o, e=lesson_id: self.m_app.practise_lesson_id(e)))
  File "/usr/share/solfege/src/app.py", line 217, in practise_lesson_id
    module = self._practise_lesson_id(lesson_id)
  File "/usr/share/solfege/src/app.py", line 203, in _practise_lesson_id
    self.m_ui.box_dict[self.m_running_exercise].on_end_practise()
  File "/usr/share/solfege/src/idbyname.py", line 363, in on_end_practise
    self.m_t.end_practise()
  File "/usr/share/solfege/src/abstract.py", line 78, in end_practise
    self.m_statistics.save_data()
  File "/usr/share/solfege/src/statistics.py", line 260, in save_data
    '%s_hash' % self.m_t.m_P.header.lesson_id), 'w')
AttributeError: 'NoneType' object has no attribute 'header'


Edit - History - Print - Recent Changes - Search
Page last modified on February 16, 2008, at 05:58 AM