Message298

Author Dick
Recipients Atul, Aza, Han
Date 2005-04-18.17:20:10
Content
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-04-18 17:20:11Dicksetmessageid: <1113844810.68.0.218889010908.issue168@raskincenter.org>
2005-04-18 17:20:11Dicksetrecipients: + Aza, Atul, Han
2005-04-18 17:20:11Dicklinkissue168 messages
2005-04-18 17:20:11Dickcreate