AttributeError: module 'werobot' has no attribute 'WeRoBot'
chenhao017 opened this issue · 2 comments
chenhao017 commented
-
对 Bug 的描述
- 当前行为:AttributeError: module 'werobot' has no attribute 'WeRoBot'
- 正确的行为:
-
环境
- 平台:
- WeRoBot 版本号:
- Python 版本:
-
复现代码或 repo 链接
from werobot import WeRoBot
robot = werobot.WeRoBot(token='123456')
报错:AttributeError: module 'werobot' has no attribute 'WeRoBot'
jasontan1985 commented
你是起了一个叫werobot.py的文件名吧
iyunya commented
from werobot.robot import WeRobot