I tried this. I have downloaded the error messages which included that the keymap is invalid, with "actions" unbound. There was an exception in Thread-7, the serial port could not be opened and so on. I am using Plover 4.0.0.dev10 on Windows 10.
On Friday, 16 December 2022 at 18:01:27 UTC [email protected] wrote: > If you're running the latest version of Plover, you should be able to find > Palantype in the plugins manager. That is easier than installing manually. > > On Fri, Dec 16, 2022, 1:00 p.m. '[email protected]' via Plover < > [email protected]> wrote: > >> I have found a Python egg file for a Palantype extension to Plover, but >> no instructions how to install it in Plover. Does anyone know how to do >> this? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Plover" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ploversteno/7eb0f6d9-f46b-4c6c-9313-b4c9d31ae46cn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/ploversteno/7eb0f6d9-f46b-4c6c-9313-b4c9d31ae46cn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "Plover" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ploversteno/8a6a438b-fecc-41cf-b654-b4ea589b7182n%40googlegroups.com.
Collecting plover-palantype==0.7.0 Downloading plover_palantype-0.7.0-py3-none-any.whl (7.8 kB) Requirement already satisfied: plover>=4.0.0.dev1 in c:\users\jrsid\onedrive\desktop\plover 4.0.0.dev10\data\lib\site-packages (from plover-palantype==0.7.0) (4.0.0.dev10) Requirement already satisfied: appdirs>=1.3.0 in c:\users\jrsid\onedrive\desktop\plover 4.0.0.dev10\data\lib\site-packages (from plover>=4.0.0.dev1->plover-palantype==0.7.0) (1.4.4) Requirement already satisfied: wcwidth in c:\users\jrsid\onedrive\desktop\plover 4.0.0.dev10\data\lib\site-packages (from plover>=4.0.0.dev1->plover-palantype==0.7.0) (0.2.5) Requirement already satisfied: setuptools in c:\users\jrsid\onedrive\desktop\plover 4.0.0.dev10\data\lib\site-packages (from plover>=4.0.0.dev1->plover-palantype==0.7.0) (54.2.0) Requirement already satisfied: pyserial>=2.7 in c:\users\jrsid\onedrive\desktop\plover 4.0.0.dev10\data\lib\site-packages (from plover>=4.0.0.dev1->plover-palantype==0.7.0) (3.5) Installing collected packages: plover-palantype Successfully installed plover-palantype-0.7.0 2022-12-17 09:53:06,208 [MainThread] WARNING: Keymap is invalid, behavior undefined: - action # is not bound - action S- is not bound - action T- is not bound - action K- is not bound - action P- is not bound - action W- is not bound - action H- is not bound - action R- is not bound - action A- is not bound - action O- is not bound - action * is not bound - action -E is not bound - action -U is not bound - action -F is not bound - action -R is not bound - action -P is not bound - action -B is not bound - action -L is not bound - action -G is not bound - action -T is not bound - action -S is not bound - action -D is not bound - action -Z is not bound Exception in thread Thread-7: Traceback (most recent call last): File "threading.py", line 932, in _bootstrap_inner File "threading.py", line 870, in run File "build/windist/data\Lib\site-packages\plyer\platforms\win\libs\balloontip.py", line 206, in balloon_tip File "build/windist/data\Lib\site-packages\plyer\platforms\win\libs\balloontip.py", line 139, in __init__ File "build/windist/data\Lib\site-packages\plyer\platforms\win\libs\balloontip.py", line 179, in notify File "build/windist/data\Lib\site-packages\plyer\platforms\win\libs\win_api_defs.py", line 93, in get_NOTIFYICONDATAW ValueError: string too long (621, maximum length 256) 2022-12-17 09:53:33,316 [Dummy-1] WARNING: Can't open serial port Traceback (most recent call last): File "build/windist/data\Lib\site-packages\plover\machine\base.py", line 215, in start_capture File "build/windist/data\Lib\site-packages\serial\serialwin32.py", line 33, in __init__ File "build/windist/data\Lib\site-packages\serial\serialutil.py", line 244, in __init__ File "build/windist/data\Lib\site-packages\serial\serialwin32.py", line 64, in open serial.serialutil.SerialException: could not open port 'None': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2)
