Status: Accepted
Owner: t...@gnu.org
Labels: OpSys-Windows

New issue 183 by t...@gnu.org: searching for exercises in russian locale  
fails
http://code.google.com/p/solfege/issues/detail?id=183

Using Cyrillic letters in front page text box causes error messages:

Traceback (most recent call last):
  File "C:\Program Files\GNU Solfege\share\solfege\solfege\mainwin.py", line
452, in on_search
    page = self._search(search_for, False, False)
  File "C:\Program Files\GNU Solfege\share\solfege\solfege\mainwin.py", line
432, in _search
    if (match_func(child) and test_filter(child)) and child not in found:
  File "C:\Program Files\GNU Solfege\share\solfege\solfege\mainwin.py", line
415, in <lambda>
    False: lambda filename: substring in
_no_xgettext(lessonfile.infocache.get(filename, 'title')).lower(),
TypeError: 'in <string>' requires string as left operand
Traceback (most recent call last):
  File "C:\Program Files\GNU Solfege\share\solfege\solfege\mainwin.py", line
452, in on_search
    page = self._search(search_for, False, False)
  File "C:\Program Files\GNU Solfege\share\solfege\solfege\mainwin.py", line
432, in _search
    if (match_func(child) and test_filter(child)) and child not in found:
  File "C:\Program Files\GNU Solfege\share\solfege\solfege\mainwin.py", line
415, in <lambda>
    False: lambda filename: substring in
_no_xgettext(lessonfile.infocache.get(filename, 'title')).lower(),
TypeError: 'in <string>' requires string as left operand


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Solfege-devel mailing list
To UNSUBSCRIBE, email to solfege-devel-requ...@lists.sourceforge.net
with a subject of "unsubscribe", or visit
https://lists.sourceforge.net/lists/listinfo/solfege-devel

Reply via email to