skip to Main Content

cannot install django 3 on debian 9

I cannot install Django 3 on my Debian 9 system. I follow https://www.rosehosting.com/blog/how-to-install-python-3-6-4-on-debian-9/ this guide to install a Python 3 because there is no Python 3 in Debian repositories: :~# python3 Python 3.5.3 (default, Sep 27 2018, 17:25:39) ~# pip3…

VIEW QUESTION

Python bot (telebot) SyntaxError – Telegram API

when creating my own telegram bot I encountered an error File "c:UsersКириллDesktoppython_bot — копияmain_part.py", line 7 bot.polling(none_stop=True, interval=0) ^ SyntaxError: invalid syntax part with code: bot = TeleBot('ToKeN') @bot.message_handler(content_types=['text']) bot.polling(none_stop=True, interval=0)

VIEW QUESTION
Back To Top
Search