大方八宝粥

文章
3
资源
0
加入时间
4年0月3天

解决Python使用wxpy模块登录微信。就会抛出异常错误。

1:导入了wxpy和wechat_sender 模块之后,运行登录微信web端的代码,抛出异常。环境:win10 pychram编译器 Python3.6代码如下:初始化登录from wxpy import *from wechat_sender import *bot = Bot()Bot()在初始化时便会执行登陆操作,需要