Recent Changes - Search:

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


NoDescription-iw

STATUS_DONE: Fixed in 3.16.2

Submitter:
Long desciption: Décrivez aussi exactement que possible ce que vous avez fait avant que cette erreur ne se produise. Si vous ne donnez aucune description, vous rendez la résolution de ce bogue très difficile. Vous devez remplacer ce texte par votre description, et aussi enlever le "bug-tag" à la fin de ce texte, afin que ce bogue ne soit pas classée automatiquement parmi ceux qui n'ont pas de description.

(bug-tag: NO_DESCRIPTION)

Solfege version3.16.1
Bzr revision infobranch_nick: build-branch
revno: 1552
revision_id: tca@gnu.org-20100409184954-p4qodmrqmo1cel9d
clean: False
gtk.pygtk_version(2, 12, 1)
gtk<module 'gtk' from 'C:\Program Files (x86)\GNU Solfege\python\lib\site-packages\gtk-2.0\gtk\__init__.py'>
sys.version_info(2, 6, 4, 'final', 0)
sys.version2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
sys.prefixC:\Program Files (x86)\GNU Solfege\python
sys.platformwin32
windowsversion(6, 1, 7600, 2, '')

Message from stderr:

 
Traceback (most recent call last):
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\mainwin.py", line 399, in on_link_clicked
    solfege.app.practise_lessonfile(filename)
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\application.py", line 309, in practise_lessonfile
    solfege.win.box_dict[module].on_start_practise()
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 309, in on_start_practise
    self.set_percentage_label()
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
    self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
    num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
    self.set_percentage_label()
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
    self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
    num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
    self.set_percentage_label()
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
    self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
    num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Edit - History - Print - Recent Changes - Search
Page last modified on May 05, 2010, at 11:10 PM