Teremos que «aburrir» aos de debian e ubuntu con isto. :-)
---------- Forwarded message ---------- From: Rafael Fontenelle <[email protected]> Date: 2018-07-23 15:00 GMT+02:00 Subject: Re: [translate/virtaal] It is not possible to configure the spell check (#3284) To: translate/virtaal <[email protected]> Cc: "Miguel A. Bouzada" <[email protected]>, Author < [email protected]> I realized something: Arch Linux builds Python2's version of pygtkspellcheck setting the GTKSPELL=true parameter (see build rules for this package in Arch <https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/python-gtkspellcheck#n31>) which adds the file gtkspell.py (and other compiled files) to the resulting package (see the package's file list in Arch <https://www.archlinux.org/packages/community/any/python2-gtkspellcheck/files/>). This enables the exact library I asked you to try to import. The python-gtkspellcheck package on Debian and Ubuntu, however, doesn't seem to have this gtkspell.py file included in the package's file list <https://packages.debian.org/stretch/all/python-gtkspellcheck/filelist> and in no other package as far as I can tell. That's probably the reason why you are unable to successfully import gtkspell. In order to include gtkspell library to the resulting python-gtkspellcheck package it only takes a GTKSPELL=true parameter added to ./setup.py line when building the package, as can be seen from the upstream's source code <https://github.com/koehlma/pygtkspellcheck/blob/master/setup.py#L78https://github.com/koehlma/pygtkspellcheck/blob/master/setup.py%23L78> . Can you file a bug report against python-gtkspellcheck from Debian and Ubuntu requesting them to add GTKSPELL=true parameter? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/translate/virtaal/issues/3284#issuecomment-407049606>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AD5QuaDUYIs8x8e9gbGdjaxY_U-oj9qZks5uJcjygaJpZM4VS-UZ> . -- Membro do «Grupo de Amigos GNU/Linux de Pontevedra (GALPon)» http://galpon.org Membro de «Proxecto Trasno» http://trasno.gal Co-coordinador do proxecto «GALPon MiniNo» http://minino.galpon.org - Lista de correo de Proxecto Trasno - Enviar correo a - [email protected] - Administrador - [email protected] - de - Proxecto Trasno - Cancelar a subscrición no URL : http://trasno.gal/web?confirm_unsubscribe=indeed&m=3003&h=858b08ecb4de0206844b265fc3a3a8964ec7d13c&sa=114869065
