为什么不能再打开文件了?

时间:2016-03-11 07:56:59

标签: python gdal

我已经使用Gdal进行了一段时间的python编程,但突然间它停止了工作。即使对于最简单的代码,我也会收到错误消息:

import gdal
file='C:\Users\Documents\image.tif'
ds_in = gdal.Open(file)


ERROR 4:`C:\Users\Documents\image.tif' does not exist in the file system,
and is not recognised as a supported dataset name.

0 个答案:

没有答案