FileNotFoundError: [Errno 2] No such file or directory的解决方法

 

1.获取当前文件所在路径

basedir = os.path.dirname(__file__)
print("basedir:" + basedir)

2.将路径进行拼接
upload_path = os.path.join(basedir, "static/upload", filename)

posted on 2018-10-31 14:21  zengsf  阅读(38970)  评论(0编辑  收藏  举报

导航