After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664376 - Exception when adding a word to dictionary during spellcheck
Exception when adding a word to dictionary during spellcheck
Status: RESOLVED NOTABUG
Product: gaupol
Classification: Other
Component: general
0.17
Other Linux
: Normal normal
: ---
Assigned To: gaupol-maint@gnome.bugs
gaupol-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-11-19 12:10 UTC by Milos Komarcevic
Modified: 2011-11-19 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Milos Komarcevic 2011-11-19 12:10:03 UTC
Traceback

File: usr/lib/python2.7/site-packages/gaupol/dialogs/spellcheck.py
Line: 242
In: _on_add_button_clicked

    self._checker.dict.add(unicode(self._checker.word))

AttributeError: 'Dict' object has no attribute 'add'

Platform

Linux-2.6.35.14-103.fc14.i686.PAE-i686-with-fedora-14-Laughlin

Versions

Aeidon: 0.17
Gaupol: 0.17
Python: 2.7.0
GTK+: 2.22.0
PyGTK: 2.17.0
PyEnchant: 1.3.1
Universal Encoding Detector: 2.0.1
Comment 1 Osmo Salomaa 2011-11-19 18:27:27 UTC
Your version of PyEnchant is too old. PyEnchant 1.4.0 had significant changes related to personal word file handling. Since 0.16 Gaupol has required PyEnchant 1.4.0 or greater. If you installed Gaupol via Fedora's package management, you can relay this information to whoever maintains the Fedora package of Gaupol.