为了账号安全,请及时绑定邮箱和手机立即绑定

TypeError: can't set attributes of built-in/extension type 'set',这个是什么情况?

Traceback (most recent call last):

  File "D:/Python/Python工程文件/Pythonreptile/Spider_main.py", line 36, in <module>

    obj_spider = SpiderMain()

  File "D:/Python/Python工程文件/Pythonreptile/Spider_main.py", line 8, in __init__

    self.urls = url_manager.UrlManager()  # ,模块:管理器

  File "D:\Python\Python工程文件\Pythonreptile\url_manager.py", line 5, in __init__

    set.new_urls = set()

TypeError: can't set attributes of built-in/extension type 'set'


正在回答

1 回答

self.new_urls = set()

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Python开发简单爬虫
  • 参与学习       227668    人
  • 解答问题       1219    个

本教程带您解开python爬虫这门神奇技术的面纱

进入课程

TypeError: can't set attributes of built-in/extension type 'set',这个是什么情况?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信