[Jython-dev] ispell
by Randal Leavitt other posts by this author
Apr 16 2003 1:13AM messages near this date
Re: [Jython-dev] Install failure on mac os x
|
RE: [Jython-dev] editor
Hello...
I am trying to use "TestMaker" to create an agent that will read a web page and
list the spelling mistakes in it. I started by trying to use snakespell from
http://www.scriptfoundry.com/modules/snakespell/
The snakespell class appeared to work when run as a python script. However,
when I tried to run it in TestMaker which uses jython I got this error message:
Agent error
Traceback (innermost last):
File "/home/leavitt/ptt/TestMaker/agents/leavitt.a", line 40, in ?
File "/home/leavitt/ptt/TestMaker/testmaker/bin/../jython/Lib/snakespell.py",
line 219, in check
File "/home/leavitt/ptt/TestMaker/testmaker/bin/../jython/Lib/snakespell.py",
line 192, in start
File "/home/leavitt/ptt/TestMaker/testmaker/bin/../jython/Lib/popen2.py",
line 143, in popen2
File "/home/leavitt/ptt/TestMaker/testmaker/bin/../jython/Lib/popen2.py",
line 35, in __init__
AttributeError: class 'org.python.modules.os' has no attribute 'pipe'
This could easily be my fault since I have never used python or jython before.
Do you have any comments or suggestions?
--
================================================
Randal Leavitt
Registered User 267646 at http://counter.li.org/
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jython-dev mailing list
Jython-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-dev
|