python遇到wordpress xmlrpc 模块的AttributeError: module 'collections' has no attribute 'Iterable'问题怎么解决

本文是全系列中第9 / 23篇:python学习记

final还是这个思密达的文章解决了

https://worldclassproduct.tistory.com/entry/AttributeError-module-collections-has-no-attribute-Iterable

找到这个模块:

加入:


import collections

try:
collections = collections.abc
except AttributeError:
pass

关于华哥

华哥说网络运营 纪录自媒体,网络推广,外贸推广的点点滴滴
此条目发表在随笔记分类目录。将固定链接加入收藏夹。

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注