qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.03k stars 191 forks source link

Getting errors while running a telegram Bot script. The code works perfectly fine on Pycharm, but not in qpython. #197

Closed istoleabread closed 2 years ago

istoleabread commented 3 years ago

I'm tryna run a code for telegram Bot, using python-telegram-bot module. I've Installed all the required modules via pip3, but it still gives an error. I tried running the code on Pydroid & Pycharm (PC), it works perfectly fine, but when running the same code in qpython, it gives an error saying Updater not defined. The full code is available on my profile. Am I missing something?