nickoala / telepot

Python framework for Telegram Bot API
MIT License
2.42k stars 474 forks source link

Thonny shows that the library is not installed whereas in the terminal it has been installed #460

Open pranaysparihar opened 5 years ago

pranaysparihar commented 5 years ago

Traceback (most recent call last): File "/home/pi/drone_bot1.py", line 3, in import telepot File "/usr/lib/python3/dist-packages/thonny/backend.py", line 305, in _custom_import module = self._original_import(*args, **kw) ImportError: No module named 'telepot'