Hi, I've made a python program that goes online and look for news on some site and if something is found it send me a message on Telegram. I've run my program on my Debian machine and it works, now I want put it on my Raspberry Pi and let it run...
So I copieted all the file on my raspberry installed all the necessary library (included https://github.com/eternnoir/pyTelegramBotAPI) but when I run my program with :
$this->bbcode_second_pass_code('', 'python2 ./main.py')
I get:$this->bbcode_second_pass_quote('', ' ')ImportError: No module named telebot