Forums

Error using pythonanywere

Using pythonanywere and not python in my pc i get this error

ImportError: cannot import name 'InlineKeyboardButton' from 'telegram'

the code is trying to import those lib.

import logging

import telegram

from telegram import InlineKeyboardButton, InlineKeyboardMarkup

from telegram.ext import Updater, CommandHandler, CallbackQueryHandler

import datetime

import threading

how can i solve it to make it run on pythonanywhere.com. Using python localy it works perfectly

It could be version difference.