Skip to content

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

Description

@QAQQL

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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