Hello, I've get following error while try use module python-telegram-bot (https://github.com/python-telegram-bot/python-telegram-bot)
07:14 ~/HolyCollieBot $ python3 HolyCollieBot.py
Traceback (most recent call last):
File "HolyCollieBot.py", line 20, in <module>
from telegram.ext import Updater
File "/home/DimaKompot/.local/lib/python3.4/site-packages/telegram/__init__.py", line 43, in <module>
from .emoji import Emoji
File "/home/DimaKompot/.local/lib/python3.4/site-packages/telegram/emoji.py", line 27, in <module>
class Emoji(object):
File "/home/DimaKompot/.local/lib/python3.4/site-packages/telegram/emoji.py", line 30, in Emoji
GRINNING_FACE_WITH_SMILING_EYES = n(b'\xF0\x9F\x98\x81')
File "/usr/local/lib/python3.4/dist-packages/future/utils/__init__.py", line 175, in bytes_to_native_str
return b.decode(encoding)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf0 in position 0: ordinal not in range(128)
On my local pc everything works just fine. Also there is issue for this in moudule issue tracker (https://github.com/python-telegram-bot/python-telegram-bot/issues/194) but it closed as "wontfix"