shutil.move(src, dst). You told it right there to move the directory. I assume you meant to do shutil.move(src_fname, dst_fname).
確定! 回上一頁