offu / WeRoBot

WeRoBot 是一个微信公众号开发框架

Home Page:https://werobot.readthedocs.io/zh_CN/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: module 'werobot' has no attribute 'WeRoBot'

chenhao017 opened this issue · comments

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'

你是起了一个叫werobot.py的文件名吧

from werobot.robot import WeRobot