标签: error-handling anaconda attributeerror
输入代码:
if __name__ == "__main__": log = utils.init_logging() if not os.path.exists(IMAGE_DIR): log.debug("Creating image directory `%s`...", IMAGE_DIR) os.makedirs(IMAGE_DIR) main()
输出为:
AttributeError:模块'utils'没有属性'init_logging'