iScript icon indicating copy to clipboard operation
iScript copied to clipboard

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

Open QAQQL opened this issue 4 years ago • 0 comments

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

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

QAQQL avatar Aug 18 '21 13:08 QAQQL