Hi, OK - it works in WindowsXP. I installed "enchant" on my SuSE 10.0 (using YAST). The enchant Suse package looks like a general Linux package, not a Python specific.
Running the program in Python I am getting the same error message from the line: "import enchant". ImportError: No module named enchant What am I missing? Thanks ((:-() Meir >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