Recent Changes - Search:

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


NoDescription-cF

Submitter:
Long desciption: Descrivete con cura cosa stavate facendo quando si è verificato l'errore. In mancanza di descrizione, potrà essere difficile riprodurre l'errore. Sostituite questo testo con la descrizione e rimuovete la riga "bug-tag" in fondo, di modo che questa segnalazione non verrà classificata tra i bug senza descrizione.

(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:\Programmi\GNU Solfege\python\lib\site-packages\gtk-2.0\gtk\__init__.pyc'>
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:\Programmi\GNU Solfege\python
sys.platformwin32
windowsversion(5, 1, 2600, 2, 'Service Pack 3')

Message from stderr:

 
Traceback (most recent call last):
  File "C:\Programmi\GNU Solfege\share\solfege\solfege\mainwin.py", line 399, in on_link_clicked
    solfege.app.practise_lessonfile(filename)
  File "C:\Programmi\GNU Solfege\share\solfege\solfege\application.py", line 309, in practise_lessonfile
    solfege.win.box_dict[module].on_start_practise()
  File "C:\Programmi\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 309, in on_start_practise
    self.set_percentage_label()
  File "C:\Programmi\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:\Programmi\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:\Programmi\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
    self.set_percentage_label()
  File "C:\Programmi\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:\Programmi\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:\Programmi\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
    self.set_percentage_label()
  File "C:\Programmi\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:\Programmi\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 June 19, 2010, at 08:13 PM