腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
python imap4提取主题邮件
python
'
object
has
no
attribute
'__getitem__''
NoneType
'
object
'
NoneType
'
object
has
no
at
浏览 3
提问于2016-08-03
得票数 1
回答已采纳
2
回答
如何停止我的Python curses代码中出现的错误?
python-3.x
、
windows
、
curses
__stdout__.
fileno
()) AttributeError: '
NoneType
'
object
has
no
attribute
'
fileno
'
浏览 1
提问于2020-05-14
得票数 0
1
回答
cx_Freeze +诅咒:“
NoneType
”对象没有属性“
fileno
”
python
、
cx-freeze
、
curses
curses import wrapper pass 但是当我运行它时,它会给我一个错误:完全错误:问题是,当我将wrapper(main)排除在脚本之外时,exe可以正常工作。
浏览 0
提问于2019-02-28
得票数 0
回答已采纳
1
回答
Python curses显示了一个错误,我无法处理它
python
、
curses
__stdout__.
fileno
()) AttributeError: '
NoneType
'
object
has
no
attribute
'
fileno
' 怎么啦?
浏览 23
提问于2021-03-27
得票数 0
回答已采纳
2
回答
Python Curses initscr错误
python
、
curses
__stdout__.
fileno
())这是我在win32上的系统Python3.2.3
浏览 1
提问于2012-11-18
得票数 3
0
回答
报错'
NoneType
'
object
has
no
attribute
'find_all'?
python
浏览 1939
提问于2020-07-10
2
回答
对象没有属性
python
class Node(
object
): self.value=value def __init__(self,values): length=len(values)
浏览 1
提问于2016-03-03
得票数 0
1
回答
启动工人时的芹菜预叉错误: request_stack为None
python
、
celery
celery/app/trace.py", line 361, in build_tracerAttributeError: '
NoneType
'
object
has
no
attribute
'push' 我知道request_stack不是,因此它会导致一个错误,但我仍然不知道为什么request_stack是None。
浏览 14
提问于2022-01-05
得票数 1
1
回答
在python中找到正确的异常
python
try:#'
NoneType
'
object
has
no
attribute
'lower' except TypeError
浏览 4
提问于2022-09-14
得票数 -2
回答已采纳
1
回答
元素存在于html页面中,但是bs4找不到元素。
python
、
web-scraping
、
beautifulsoup
我正在尝试从ul标记中获取布局部分中的文本,但是我得到了这个错误AttributeError: '
NoneType
'
object
has
no
attribute
'find'。
浏览 8
提问于2022-04-14
得票数 -1
1
回答
AttributeError:'
NoneType
‘对象没有属性'userprofile’
python
、
attributes
、
nonetype
我不断地犯这个错误,我有点被困住了。我知道这与最后一段代码有关,但除此之外,我很困惑,我不太确定如何修复它/实现修复。 self.pages.addWidget(self.AutojoinMemosPanel) from PyQt4 import QtGui class MemoEntr
浏览 2
提问于2013-07-09
得票数 1
1
回答
如何避免在selenium quit()上获得‘’
NoneType
‘对象没有属性’path‘?
python
、
selenium
、
exception
、
selenium-webdriver
、
webdriver
运行脚本时,在执行'
NoneType
'
object
has
no
attribute
'path'后获得一个self.driver.quit().将self.driver.quit()封装在try/except中是没有帮助的,即:# -*- coding: utf-8except AttributeError: if __
浏览 1
提问于2016-12-06
得票数 5
回答已采纳
1
回答
如何在芹菜任务中使用ray?
airflow
、
ray
mytasks.add[4a2f6fba-4f1b-4a77-95a0-0ee3c488a927] raised unexpected: AttributeError("'LoggingProxy'
object
has
no
attribute
'
fileno
'",)File "/usr/local/lib/python3.5/dis
浏览 46
提问于2020-05-25
得票数 1
1
回答
使用Numpy裁剪图像时出错
numpy
、
crop
module>TypeError: '
NoneType
'
object
has
no
attribute
'__getitem__' 任何人都可以帮我..。
浏览 2
提问于2014-01-30
得票数 2
回答已采纳
1
回答
获取urllib2.urlopen的套接字HTTP的返回值
python
、
urllib2
、
urllib
call last): File "/usr/lib/python2.6/socket.py", line 307, in
fileno
_sock.
fileno
()>&g
浏览 1
提问于2011-08-09
得票数 5
回答已采纳
3
回答
当我尝试登录时,为什么django无法识别我的管理员用户名/密码?
django
、
google-app-engine
、
django-admin
Exception AttributeError: "'
NoneType
'
object
has
no
attribute
'mkstemp'" in <bound method DatastoreFileStub[4]: users[0].set_password('password')[6]: exit() Exeption AttributeError: "'
N
浏览 1
提问于2012-05-01
得票数 0
回答已采纳
1
回答
pyspark sql : AttributeError:'
NoneType
‘对象没有'join’属性
pyspark
、
pyspark-sql
date'), temp_max('station'), ((temp_max('TMAX')-temp_min('TMIN')/10)).alias('Range'))执行on join操作时出现非类型对象错误。
浏览 0
提问于2018-10-11
得票数 4
1
回答
打印解析树:AttributeError:'
NoneType
‘对象没有属性'data’
python
、
python-3.x
、
oop
、
parsing
、
tree
然后递归地在根节点上调用一个打印函数,它将打印解析树,但是我仍然得到以下错误:第15行,在infixPrintNode self.right.infixPrintNode() AttributeError中:'
NoneType
浏览 3
提问于2020-04-20
得票数 0
2
回答
使用烧瓶在Python中使用trim()函数
python
、
flask
、
trim
miniframework,它不接受:它的错误:AttributeError: '
NoneType
'
object
has
no
attribute
'strip' 它的错误:AttributeError: '
No
浏览 1
提问于2017-11-30
得票数 2
回答已采纳
1
回答
Django API Rest框架和jwt令牌的角7认证
django
、
angular
、
django-rest-framework
、
jwt
= 'HTTP/0.9’TypeError:'
NoneType
‘对象不可订阅追溯(最近一次调用):文件"C:\Python36\lib\socketserver.pylib\wsgiref\simple_server.py”中,在第35行中,在close self.status.split(‘',1)中,self.bytes_sent AttributeError:'
NoneType
浏览 0
提问于2018-11-19
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
腾讯会议
活动推荐
运营活动
广告
关闭
领券