You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after update to 3.2.6 when trying to search text in file (ctrl+f) then start typing it display error message with invite to send this issue report
What steps will reproduce the problem?
Russian interface
ctrl+f
start typing text to search
(it continue to appear UPD when text found))
What is the expected output? What do you see instead?
expected normal usual context search. error message instead
UPD:
--reset and --defaults cant't help with that
change interface to English (was Russian) fixed error. so i suppose it some mistakes in translation file or something in utf8 of some strings
Please provide any additional information below
File "f:\dev\python27\lib\site-packages\spyder\widgets\findreplace.py", line 365, in text_has_been_edited
self.find(changed=True, forward=True, start_highlight_timer=True)
File "f:\dev\python27\lib\site-packages\spyder\widgets\findreplace.py", line 441, in find
total_matches=number_matches)
File "f:\dev\python27\lib\site-packages\spyder\widgets\findreplace.py", line 575, in change_number_matches
total_matches)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
Version and main components
Spyder Version: 3.2.6
Python Version: 2.7.9
Qt Versions: 4.8.6, PyQt4 (API v2) 4.11.3 on Windows
Description
after update to 3.2.6 when trying to search text in file (ctrl+f) then start typing it display error message with invite to send this issue report
What steps will reproduce the problem?
(it continue to appear UPD when text found))
What is the expected output? What do you see instead?
expected normal usual context search. error message instead
UPD:
--reset and --defaults cant't help with that
change interface to English (was Russian) fixed error. so i suppose it some mistakes in translation file or something in utf8 of some strings
Please provide any additional information below
File "f:\dev\python27\lib\site-packages\spyder\widgets\findreplace.py", line 365, in text_has_been_edited
self.find(changed=True, forward=True, start_highlight_timer=True)
File "f:\dev\python27\lib\site-packages\spyder\widgets\findreplace.py", line 441, in find
total_matches=number_matches)
File "f:\dev\python27\lib\site-packages\spyder\widgets\findreplace.py", line 575, in change_number_matches
total_matches)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: