Hi, The line:
import enchant
works perfectly OK when I call a Python progrma (sp.py) from IDLE
(WInXP). When I try to run it ftom the command line (python sp.py) the
response is:
Traceback (most recent call last):
File "sp.py", line 3, in <module>
import enchant
ImportError: No module named enchant
Searching my computer (the whole of drive c:\) I could not find ANY
file called enchant.*.
Does anyone know what is wrong?
Thanks
((:-() Meir
--
http://mail.python.org/mailman/listinfo/python-list
