laoliuya 发表于 2018-06-23 17:15

FileNotFoundError: [Errno 2]

处理文件时遇到这个异常:
   with open(filepath, 'wb') as wf:
FileNotFoundError: No such file or directory: "E:/test/wikipedia_en_maths_nodet_2018-01.zim/I/m/US_Navy_070317-N-3642E-379_During_the_warmest_part_of_the_day,_a_thermometer_outside_of_the_Applied_Physics_Laboratory_Ice_Station's_(APLIS)_mess_tent_still_does_not_break_out_of_the_sub-freezing_temperatures.jpg"

”E:/test/wikipedia_en_maths_nodet_2018-01.zim/I/m/“这个文件夹是存在的,这个文件夹中的其他文件没遇到这个异常,但就这个文件遇到这个异常,是文件名太长了还是怎么?

laoliuya 发表于 2018-06-23 18:50

无人知晓?
页: [1]
查看完整版本: FileNotFoundError: [Errno 2]