解决AttributeError: XXX instance has no attribute 'xxx'的问题(新手必备)
Posted dede0753
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决AttributeError: XXX instance has no attribute 'xxx'的问题(新手必备)相关的知识,希望对你有一定的参考价值。
在学习python过程中,调用某个模块时报AttributeError: GetData instance has no attribute ‘data_config‘,如下:
大概意思就是实例没有data_config属性,在网上查阅了很多资料未能解决,后来尝试把调用模块前的self去掉,报了另一个错误
意思是列表索引必须是整数,所以给变量增加属性,再次运行成功!!!
以上是关于解决AttributeError: XXX instance has no attribute 'xxx'的问题(新手必备)的主要内容,如果未能解决你的问题,请参考以下文章
Python脚本报错AttributeError: ‘module’ object has no attribute’xxx’解决方法
Python脚本报错AttributeError: ‘module’ object has no attribute’xxx’解决方法
Python脚本报错AttributeError: ‘module’ object has no attribute’xxx’解决方法
Python 脚本报错AttributeError: 'module 'yyy' has no attribute 'xxx'的解决方法