I've been trying to configure in Virtaal tool the spellcheck in Galician
for Debian 9 and Ubuntu 18.4 but it's not working. After comparing package
lists, build rules and upstream's source code with Arch Linux - where it's
correctly working - we believe this is due to a missing parameter
GTKSPELL=true in the ./setup.py file, which is inhibiting the module to be
invoked and, hence, compiled.
miguel@asustao:~$ reportbug -q --template -T none -s none -S normal -b
--list-cc none -q python-gtkspellcheck
Warning: no reportbug configuration found. Proceeding in novice mode.
Detected character set: UTF-8
Please change your locale if this is incorrect.
Using '"Miguel A. Bouzada" <miguel@asustao>' as your from address.
Getting status for python-gtkspellcheck...
Will send report to Debian (per lsb_release).
Maintainer for python-gtkspellcheck is 'Debian Python Modules Team <
python-modules-team@lists.alioth.debian.org>'.
Looking up dependencies of python-gtkspellcheck...
Rewriting subject to 'python-gtkspellcheck: none'
Saving a backup of the report at
/tmp/reportbug-python-gtkspellcheck-backup-20180724-9887-s4rtr17j
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Miguel A. Bouzada" <miguel@asustao>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: python-gtkspellcheck: none
X-Debbugs-Cc: none
Package: python-gtkspellcheck
Version: 4.0.5-1
Severity: normal
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named gtkspell
miguel@asustao:~$ python2
Python 2.7.13 (default, Nov 24 2017, 17:33:09)
[GCC 6.3.0 20170516] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named gtkspell
miguel@asustao:~$
==========
See discussion in the following link:
https://github.com/translate/virtaal/issues/3284#issuecomment-406783574
Thanks and regards,
M. Bouzada