【发布时间】:2019-09-05 23:27:31
【问题描述】:
安装并运行了这个 python 模块:https://github.com/andrewning/sortphotos
- Windows 8 + Python 3.4
- 模块安装成功
- 两个文件夹都存在且“origin”包含图像
我的命令
python sortphotos.py -r D:\image-test\origin D:\image-test\destination
错误
FileNotFoundError: [WinError 2] 系统找不到文件 指定
问题:
如何在Windows环境下正确运行该模块。
【问题讨论】: