[Errno 2] No such file or directory: 'C:\\Users\\SD2\\Documents\\Guanjiaing\\图片\\复制到的文件夹\\文件名.jpeg'
回答
收藏

[Errno 2] No such file or directory: 'C:\\Users\\SD2\\Documents\\Guanjiaing\\图片\\复制到的文件夹\\文件名.jpeg'

J
Jack Tan
2023-04-06 16:17·浏览量:358
J
Jack Tan
发布于 2023-04-06 16:17358浏览

以下是错误信息和我的流程,明明很正常的修改文件名后复制文件到新文件夹里,但是他就是报错,两个变量都是字符串, 最后提示我复制到目标文件夹里的文件不存在,想请教一下我需要增加什么流程吗还是哪个步骤有问题

[Errno 2] No such file or directory: 'C:\\Users\\SD2\\Documents\\Guanjiaing\\图片\\Universal Cell Phone Lanyard Case for around The Neck with Finger Ring Holder Stand, Fits for 4- 6.5inch cellphone,Black\\Universal Cell Phone Lanyard Case for around The Neck with Finger Ring Holder Stand, Fits for 4- 6.5inch cellphone,Black.jpeg'
Traceback (most recent call last):
File "C:\Program Files (x86)\ShadowBot\shadowbot-5.9.26\python\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:\Program Files (x86)\ShadowBot\shadowbot-5.9.26\python\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Program Files (x86)\ShadowBot\shadowbot-5.9.26\python\lib\site-packages\xbot_interpreter.py", line 67, in <module>
main()
File "C:\Program Files (x86)\ShadowBot\shadowbot-5.9.26\python\lib\site-packages\xbot_interpreter.py", line 47, in main
mod.main(args)
File "C:\Users\SD2\AppData\Local\ShadowBot\users\83039729032146945\apps\9d41e660-34bb-4f34-8cc0-c4c84ad2b042\xbot_robot\main.py", line 20, in main
file_list = xbot_visual.file.copy(source_file_paths=修改下载图片名.strip(), copyto_dir_path=当前行链接1688扫货文件夹.strip(), copy_way="overwrite", _block=("main", 12, "拷贝文件"))
File "<string>", line 87, in wrapper
File "<string>", line 82, in wrapper
File "<string>", line 186, in copy
File "<string>", line 386, in copy_internal
File "C:\Program Files (x86)\ShadowBot\shadowbot-5.9.26\python\lib\shutil.py", line 121, in copyfile
with open(dst, 'wb') as fdst:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\SD2\\Documents\\Guanjiaing\\图片\\Universal Cell Phone Lanyard Case for around The Neck with Finger Ring Holder Stand, Fits for 4- 6.5inch cellphone,Black\\Universal Cell Phone Lanyard Case for around The Neck with Finger Ring Holder Stand, Fits for 4- 6.5inch cellphone,Black.jpeg'

收藏
全部回答1
最新
发布回答
回答