sanguchi / TriggerBot

Python3 Bot for Telegram.
22 stars 20 forks source link

Import Error #2

Closed vanucci closed 6 years ago

vanucci commented 7 years ago
git:(master) ✗ sudo python3.5 TriggerBot.py
Traceback (most recent call last):
  File "TriggerBot.py", line 5, in <module>
    from telebot.apihelper import ApiException
  File "/usr/local/lib/python3.5/site-packages/telebot/apihelper.py", line 10, in <module>
    from telebot import types
  File "/usr/local/lib/python3.5/site-packages/telebot/types.py", line 10, in <module>
    from telebot import util
  File "/usr/local/lib/python3.5/site-packages/telebot/util.py", line 16, in <module>
    from telebot import logger
ImportError: cannot import name 'logger'

Hi thanks for making this, however, im getting this error when trying to run the bot.

any ideas ?

sanguchi commented 6 years ago

Seems like a pyTelegramBotApi error, it should be solved now.