Package Details: termtyper-git 2.0.0-1

Git Clone URL: https://aur.archlinux.org/termtyper-git.git (read-only, click to copy)
Package Base: termtyper-git
Description: A TUI application written in python for typing!
Upstream URL: https://github.com/kraanzu/termtyper
Licenses: MIT
Conflicts: termtyper
Provides: termtyper
Submitter: kraanzu
Maintainer: None
Last Packager: kraanzu
Votes: 0
Popularity: 0.000000
First Submitted: 2022-02-16 05:23 (UTC)
Last Updated: 2023-06-21 18:07 (UTC)

Latest Comments

kflak commented on 2023-12-25 14:09 (UTC)

Getting this:

Traceback (most recent call last):
  File "/usr/bin/termtyper", line 5, in <module>
    from termtyper.__init__ import main
  File "/usr/lib/python3.11/site-packages/termtyper/__init__.py", line 4, in <module>
    from .ui import TermTyper
  File "/usr/lib/python3.11/site-packages/termtyper/ui/__init__.py", line 1, in <module>
    from .tui import TermTyper
  File "/usr/lib/python3.11/site-packages/termtyper/ui/tui.py", line 5, in <module>
    from termtyper.events.events import (
  File "/usr/lib/python3.11/site-packages/termtyper/events/__init__.py", line 1, in <module>
    from .events import (
  File "/usr/lib/python3.11/site-packages/termtyper/events/events.py", line 1, in <module>
    from textual.message import Message, MessageTarget
ImportError: cannot import name 'MessageTarget' from 'textual.message' (/usr/lib/python3.11/site-packages/textual/message.py)

kraanzu commented on 2023-06-21 18:19 (UTC)

Hey @Zame,

I'm so sorry, you can use pip or pipx(better as this creates an isolated installation) for now as this is not using the old version of python-textual (I did not find a way to include a downgraded version in the PKGBUILD, if there is please feel free to share). I'll update the whole app within a few weeks :)

Zame commented on 2023-06-21 05:04 (UTC) (edited on 2023-06-21 05:18 (UTC) by Zame)

Have this issue

❯ termtyper
Traceback (most recent call last):
  File "/usr/bin/termtyper", line 5, in <module>
    from termtyper.__init__ import main
  File "/usr/lib/python3.11/site-packages/termtyper/__init__.py", line 4, in <module>
    from .ui import TermTyper
  File "/usr/lib/python3.11/site-packages/termtyper/ui/__init__.py", line 1, in <module>
    from .tui import TermTyper
  File "/usr/lib/python3.11/site-packages/termtyper/ui/tui.py", line 13, in <module>
    from termtyper.ui.settings_options import MenuSlide
  File "/usr/lib/python3.11/site-packages/termtyper/ui/settings_options.py", line 122, in <module>
    NumberScroll("min_speed", section="user"),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/termtyper/ui/widgets/number_scroll.py", line 28, in __init__
    self.name = name
    ^^^^^^^^^
AttributeError: property 'name' of 'NumberScroll' object has no setter

kraanzu commented on 2022-07-19 02:45 (UTC)

Should work just fine now

kraanzu commented on 2022-07-19 02:18 (UTC)

Hey Kritiqual, Yes I'll ask the maintainer of preferredsoundplayer if I can add it to the AUR, I was using python-playsound but it doesn't work on linux anymore.

As for python-wheel, It's already in the dependencies

glowingsword commented on 2022-07-17 19:44 (UTC)

In the default configuration catched an error

$ termtyper
Traceback (most recent call last):
  File "/usr/bin/termtyper", line 5, in <module>
    from termtyper.__init__ import main
  File "/usr/lib/python3.10/site-packages/termtyper/__init__.py", line 1, in <module>
    from .ui import TermTyper
  File "/usr/lib/python3.10/site-packages/termtyper/ui/__init__.py", line 1, in <module>
    from .tui import TermTyper
  File "/usr/lib/python3.10/site-packages/termtyper/ui/tui.py", line 12, in <module>
    from termtyper.ui.settings_options import MenuSlide
  File "/usr/lib/python3.10/site-packages/termtyper/ui/settings_options.py", line 11, in <module>
    from termtyper.ui.widgets import banners
  File "/usr/lib/python3.10/site-packages/termtyper/ui/widgets/__init__.py", line 2, in <module>
    from .race_hud import RaceHUD
  File "/usr/lib/python3.10/site-packages/termtyper/ui/widgets/race_hud.py", line 10, in <module>
    from ...utils import Parser
  File "/usr/lib/python3.10/site-packages/termtyper/utils/__init__.py", line 3, in <module>
    from .play_keysound import play_keysound, play_failed
  File "/usr/lib/python3.10/site-packages/termtyper/utils/play_keysound.py", line 2, in <module>
    from preferredsoundplayer import playsound
ModuleNotFoundError: No module named 'preferredsoundplayer'

Fixed by pip install preferredsoundplayer but this is a dirty hack. If you can, please add an preferredsoundplayer to AUR.

Kritiqual commented on 2022-07-17 17:12 (UTC) (edited on 2022-07-17 17:13 (UTC) by Kritiqual)

When I upgrade this package, it says: "Missing dependenciesL python-wheel", please update the dependencies list