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
Traceback (most recent call last):
File "inselect/gui/utils.py", line 113, in wrapper
File "inselect/gui/main_window.py", line 280, in open_file
File "site-packages/pathlib.py", line 936, in __new__
File "site-packages/pathlib.py", line 613, in _from_parts
File "site-packages/pathlib.py", line 606, in _parse_args
File "site-packages/pathlib.py", line 75, in parse_parts
File "site-packages/pathlib.py", line 58, in _py2_fsencode
UnicodeEncodeError: 'ascii' codec can't encode character u'\u030a' in position 77: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
pathlib does not play nicely with unicode on Python 2. Revisit this once we have moved to Python 3 (#95#339 )
quicklizard99
changed the title
Ugly error message when opening file with non-latin characters in name
Ugly error message when opening file with ascii characters in name
Dec 12, 2016
The text was updated successfully, but these errors were encountered: