Fresh install testing on Ubuntu. This problem was not existing on Centos 7.
Is there a module to install via APT to fix it?
REQUEST_DATE: 2021-11-17 14:37:39
PAN_VERSION: 6.8.16
OS_VERSION: Ubuntu 20.10 x86_64(Py3.7.9)
REMOTE_ADDR: 81.172.93.123
REQUEST_URI: POST /config?action=get_settings2
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0
Traceback (most recent call last):
File "class/panel_telegram_bot.py", line 18, in
import telegram
ModuleNotFoundError: No module named 'telegram'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 1578, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 1526, in run
result = getattr(toObject,get.action)(get)
File "class/config.py", line 152, in get_settings2
import panel_telegram_bot
File "class/panel_telegram_bot.py", line 21, in
import telegram
ModuleNotFoundError: No module named 'telegram'