Traceback (most recent call last):
File "/home/harvie/Temp/bCNC/Utils.py", line 434, in __call__
return self.func(*args)
File "bCNC.py", line 1947, in loadDialog
filetypes=FILETYPES)
File "/home/harvie/Temp/bCNC/lib/bFileDialog.py", line 925, in askopenfilename
return OpenDialog(**options).show()
File "/home/harvie/Temp/bCNC/lib/bFileDialog.py", line 366, in show
self.typeCombo.set(self.typeCombo.get(0)) # will fill the files
File "/home/harvie/Temp/bCNC/lib/tkExtra.py", line 3058, in set
self.invoke()
File "/home/harvie/Temp/bCNC/lib/tkExtra.py", line 3010, in invoke
self.command()
File "/home/harvie/Temp/bCNC/lib/bFileDialog.py", line 765, in typeChange
self.fill()
File "/home/harvie/Temp/bCNC/lib/bFileDialog.py", line 552, in fill
filename = os.path.join(path, fn)
File "/usr/lib/python2.7/posixpath.py", line 73, in join
path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb2 in position 2: ordinal not in range(128)
上次 archlinux 升级后,打开对话框拒绝打开文件。我只能打开最近的文件,但不能使用文件对话框选择文件。它影响最新的 git 和稳定的 bCNC 版本 0.9.11。它给了我这个:
你有过这样的经历吗?