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
Sorry for this error. We'll fix it in version 3.2.1.
@rlaverde, the fix is quite simple. Instead of using to_text_string in line 286 of plugins/workingdirectory.py, we need to use encoding.to_unicode_from_fs.
ccordoba12
changed the title
error
Error when trying to change to non-ascii directories in the Working Directory toolbar
Jul 26, 2017
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "C:\Users\len\Anaconda2\lib\site-packages\spyder\plugins\ipythonconsole.py", line 895, in set_working_directory
refresh_console=False)
File "C:\Users\len\Anaconda2\lib\site-packages\spyder\plugins\workingdirectory.py", line 286, in chdir
os.chdir( to_text_string(directory) )
WindowsError: [Error 3] : u'D:\\u0376\ufffd\ufffd\\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd'
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: