前言

最近在学习python,犯了很多低级错误,总结一下

目录

文章目录

  • 前言
  • 目录
  • 问题
  • 出处
  • 方案

问题

AttributeError: ‘NoneType’ object has no attribute ‘text’

出处

difficult = obj.find('difficult').text

方案

错误提示的是空元素,没有对应的属性。

<object><name>1</name><pose>Unspecified</pose><truncated>0</truncated><Difficult>0</Difficult>

仔细查看可知,原文档中是Difficult而不是difficult。
对应于这类错误,以后要更加小心检查大小写。
如果大家还是有什么不会的,可以关注一下这个公众号,博主会在24小时内回应:

Python学习笔记:‘’AttributeError: NoneType object has no attribute‘’相关推荐

  1. python爬虫数据寻找过程(解决爬虫异步导致AttributeError: 'NoneType' object has no attribute 'find_all'错误)

    前边写了url的分析 我们爬取想要的数据,一般是打开网站链接,用浏览器的elements功能对网页标签进行数据分析,确定想要的数据的位置,再在代码中通过requests库的get和post方式发起请求 ...

  2. Python 中 AttributeError: ‘NoneType‘ object has no attribute ‘X‘ 错误

    文章目录 AttributeError: 'NoneType' object has no attribute 'X' 介绍 AttributeError: 'NoneType' object has ...

  3. AttributeError: 'NoneType' object has no attribute 'sc' 解决方法(二)

    上一次本以为可以解决了这个问题,然而并没有那么地简单.博主最近在edx网站学习pyspark,想打一下视频上的代码,结果报错了,依旧是报了"AttributeError:'NoneType' ...

  4. Spyder 运行出现 Reloaded modules: **AttributeError: 'NoneType' object has no attribute 'modules' 错误的解决方法

    问题描述: 刚开始学习python,有很多问题不懂,网上找了很久找不到答案,就把这个问题记下来,希望可以帮助到其他初学者 使用spyder运行以下代码: 第一次运行可以正常显示结果,第二次运行时报错: ...

  5. Keras问题“AttributeError: 'NoneType' object has no attribute 'update”解决

    BUG 在使用Keras训练模型时,在每个epoch完成后save_model时会报错 "AttributeError: 'NoneType' object has no attribute ...

  6. pyspark AttributeError: 'NoneType' object has no attribute 'setCallSite'

    pyspark: AttributeError: 'NoneType' object has no attribute 'setCallSite' 我草,是pyspark的bug.解决方法: prin ...

  7. Pywinauto 应用后端类型选择错误:AttributeError: ‘NoneType‘ object has no attribute ‘backend‘. 原因及解决办法

    AttributeError: 'NoneType' object has no attribute 'backend'. 错误原因: 选择的应用后端类型不对. windows 上应用的后端类型有两种 ...

  8. 成功解决AttributeError: 'NoneType' object has no attribute '__array_interface__'

    成功解决AttributeError: 'NoneType' object has no attribute '__array_interface__' 目录 解决问题 解决思路 解决方法 原因及思路 ...

  9. AttributeError: 'NoneType' object has no attribute 'grid'报错解决方案

    1问题描述: 当我们在使用tkinter时经常遇到AttributeError: 'NoneType' object has no attribute 'grid'的报错 2.原因分析: import ...

最新文章

  1. 关于CIC滤波器中积分器和梳状器的作用
  2. ie6/IE8/IE9/谷歌以及火狐等浏览器下li 高度一致解决办法
  3. python列表元素替换的数据结构_Python基础学习数据结构(第2讲:列表;第2讲:列表创建、添加元素、插入元素、替换元素、删除元素、其他常用方法和列表派生),第二,主讲,追加,推导,式...
  4. d3js mysql_D3.js入门指南
  5. 类的定义 java 1613806383
  6. POST方式提交乱码解决
  7. UFLDL教程 -- 译文版
  8. Redis开发与运维之第八章理解内存(四)
  9. 拉普拉斯变换(复习笔记)
  10. 两个程序的爱情故事(刘欣)
  11. 【历史上的今天】10 月 23 日:ipod 问世;谷歌推出 CSE 搜索服务;人机交互领域先驱诞生
  12. 【数据结构】图—弗洛伊德(Floyd)算法
  13. 【MATLAB】通信信号调制通用函数 — 傅里叶逆变换
  14. Python+Selenium实现新浪微博自动登录
  15. Win10系统下安装Linux Ubuntu16.04双系统
  16. wifi技术从了解到熟悉3-----wifi的系统结构分析
  17. Oracle EBS 工具栏按钮失效
  18. android 解析json数据格式
  19. 文件格式批量转换(dos to unix)-自动转换^M符号
  20. 在WinMe中安装java环境

热门文章

  1. 神经网络 online problem class反馈
  2. 【转】gl_NormalMatrix
  3. JBOSS 5.0GA 配置布署
  4. 刷前端面经笔记(十二)
  5. tomcat服务组件详解(二)
  6. iOS攻防——(四)class-dump-与-Dumpdecrypted-使用
  7. win7专业版64位,台式机睡眠和休眠后立即被唤醒
  8. 20145234黄斐《java程序设计》第六周
  9. java内存对象模型
  10. 求一个二叉树中距离最远的两个节点