Closed parrotchute closed 8 years ago
there's not "Telebot", there's "TeleBot"
E.g :
>>>> from telebot import TeleBot
Doh, how did I miss that? So sorry and thanks for the clearing that up!
Hi. I've get error " ModuleNotFoundError: No module named 'telebot" in consol. Please, Help me.
Install it with pip install pytelegrambotapi
I'm using the latest version of pyTelegramBotAPI installed via pip on pythonanywhere, python version 3.4.3, but I'm getting this error on their Bash console.
AttributeError: 'module' object has no attribute 'Telebot'
I'm using the echo bot example and I don't see where I've made a mistake. Is this an incompatibility issue with pythonanywhere?
I even tried
from telebot import Telebot
but all I got was this error: