Re: ibus-typing-boster - testcase instruction error

2021-07-09 Thread Mike FABIAN
Yes, python3-pyhunspell is only another option of python3-enchant is not 
available (for example on FreeBSD that is the case)

> ModuleNotFoundError: No module named 'packaging'

This can be workarounded by

dnf install python3-packaging

But I added it to the requirements in the ibus-typing-booster.spec file now:

https://bodhi.fedoraproject.org/updates/FEDORA-2021-d3ba1c0d71
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: ibus-typing-boster - testcase instruction error

2021-07-08 Thread Jens Petersen
I think python3-enchant is sufficient anyway: I updated the wiki page to 
reflect that.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: ibus-typing-boster - testcase instruction error

2021-07-08 Thread Samuel Sieb

On 2021-07-08 3:27 p.m., Per Bothner wrote:

First, a problem in:
https://fedoraproject.org/wiki/QA:Testcase_ibus-typing-booster

It suggests:
dnf install pyhunspell-python3

However, that doesn't work:

$ sudo dnf install pyhunspell-python
Last metadata expiration check: 1:12:44 ago on Thu 08 Jul 2021 01:53:30 
PM PDT.

No match for argument: pyhunspell-python
Error: Unable to find a match: pyhunspell-python


The package is python3-pyhunspell.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


ibus-typing-boster - testcase instruction error

2021-07-08 Thread Per Bothner

First, a problem in:
https://fedoraproject.org/wiki/QA:Testcase_ibus-typing-booster

It suggests:
dnf install pyhunspell-python3

However, that doesn't work:

$ sudo dnf install pyhunspell-python
Last metadata expiration check: 1:12:44 ago on Thu 08 Jul 2021 01:53:30 PM PDT.
No match for argument: pyhunspell-python
Error: Unable to find a match: pyhunspell-python

I tried following those instructions because typing booster has stopped working 
for me
(on a current Fedora 34).  I can select 'Other (Typing Booster)' in the Gnome
panel, but doesn't do anything.  I'm pretty sure it worked fine when I tried
it (I think) sometime this Spring.

I'm wondering if this is something broken on my system, or a more general 
problem.
The missing pyhunspell-python3 could be related

Selecting 'Norwegian' works fine, so that part of the input handling is ok.

A possible clue: If I run ibus-setup in a terminal; select the "Input Method" 
tab;
click on "Other - Typing Booster" and the "Preferences" I get:
Traceback (most recent call last):
  File "/usr/share/ibus-typing-booster/setup/main.py", line 87, in 
import itb_emoji
  File "/usr/share/ibus-typing-booster/setup/../engine/itb_emoji.py", line 44, in 

from packaging import version
ModuleNotFoundError: No module named 'packaging'

--
--Per Bothner
p...@bothner.com   http://per.bothner.com/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure