Issue168

Title Bug - SPELLCHECK, ImportError: No module named aspell
Priority short-term Status resolved
Superseder Nosy List Atul, Aza, Dick, Han
Assigned To Topics Bug

Created on 2005-04-18.17:20:10 by Dick, last changed 2005-10-28.23:57:38 by Andriy.

Messages
msg450 (view) Author: Andriy Date: 2005-10-28.23:57:38
seems to be fixed in revision 78 by Atul Varma. He added check whether on
spell-check initialization. If initialization fails the check removes the
spellcheck command from list of available commands. Was not able to reproduce on
Ubuntu Linux 5.04 Hoary.
msg298 (view) Author: Dick Date: 2005-04-18.17:20:10
From: 	  bugs@raskincenter.org
	Subject: 	[RCHI bugs] Bug report from Paul Bonser
	Date: 	April 16, 2005 12:13:46 AM PDT
	To: 	  bugs@raskincenter.org
	Reply-To: 	  misterpib@gmail.com

-- Bug type: Command SPELLCHECK did not run properly.

-- Bug transcript:

System information:
  Archy version: 0.1.1 (build 67 - 2005-04-13T22:38:32.867049Z)
  Command-line arguments: ['archy.py']
  Platform: linux2
  Python version: 2.3.4 (#2, Apr  4 2005, 14:37:12) 
[GCC 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7)]

Traceback (most recent call last):
  File "/home/pib/downloads/archy-0.1.1-b67/key.py", line 329, in _executeCommand
    archyState.commandHistory.executeCommand(command)
  File "/home/pib/downloads/archy-0.1.1-b67/commands/__init__.py", line 338, in
executeCommand
    commandObject.execute()
  File "/home/pib/downloads/archy-0.1.1-b67/commands/spellcheck.py", line 339,
in execute
    c = getSpellChecker()
  File "/home/pib/downloads/archy-0.1.1-b67/commands/spellcheck.py", line 60, in
getSpellChecker
    import aspell
  File "/home/pib/downloads/archy-0.1.1-b67/commands/aspell/__init__.py", line
27, in ?
    from aspell import *
ImportError: No module named aspell

_______________________________________________
bugs mailing list
bugs@raskincenter.org
http://raskincenter.org/mailman/listinfo/bugs_raskincenter.org
History
Date User Action Args
2005-10-28 23:57:39Andriysetstatus: unread -> resolved
messages: + msg450
2005-04-18 17:20:11Dickcreate