Skip to content

关于在py3下运行报错的问题,给大家提供部分解决方案 #161

Description

@QAQQL

提示
AttributeError: module 'markupbase' has no attribute 'ParserBase'

更换:
from HTMLParser import HTMLParser
为↓
from html.parser import HTMLParser

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions