Package Details: telegram-tg-git 0.19.0.r3.g2b0c0cf-4

Git Clone URL: https://aur.archlinux.org/telegram-tg-git.git (read-only, click to copy)
Package Base: telegram-tg-git
Description: Telegram client for terminal
Upstream URL: https://github.com/paul-nameless/tg
Keywords: client telegram term terminal tg tui
Licenses: Unlicense
Conflicts: telegram-tg
Provides: telegram-tg
Submitter: j.r
Maintainer: None
Last Packager: dreieck
Votes: 3
Popularity: 0.000000
First Submitted: 2020-06-23 20:29 (UTC)
Last Updated: 2025-03-25 12:56 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

dreieck commented on 2025-03-25 12:55 (UTC)

Added missing dependency python-mailcap.

dreieck commented on 2025-03-25 12:53 (UTC)

python-mailcap needs to be added as dependency:
tg:

Traceback (most recent call last):
  File "/usr/bin/tg", line 5, in <module>
    from tg.__main__ import main
  File "/usr/lib/python3.13/site-packages/tg/__main__.py", line 8, in <module>
    from tg import config, update_handlers, utils
  File "/usr/lib/python3.13/site-packages/tg/update_handlers.py", line 5, in <module>
    from tg import config, utils
  File "/usr/lib/python3.13/site-packages/tg/utils.py", line 5, in <module>
    import mailcap
ModuleNotFoundError: No module named 'mailcap'

Regards and thanks for the package!