Re: [Tutor] ImportError: No module named numarray

2005-07-11 Thread Kent Johnson
Danny Yoo wrote: >>nltk is looking for a module called numarray that is not part of the >>standard Python distribution. Do you have numarray installed? Look for >>C:\Python24\Lib\site-packages\numarray. If you don't have it then >>download numarray from C:\Python24\Lib\site-packages\numarray and >>

Re: [Tutor] ImportError: No module named numarray

2005-07-11 Thread Danny Yoo
> nltk is looking for a module called numarray that is not part of the > standard Python distribution. Do you have numarray installed? Look for > C:\Python24\Lib\site-packages\numarray. If you don't have it then > download numarray from C:\Python24\Lib\site-packages\numarray and > install it accord

Re: [Tutor] ImportError: No module named numarray

2005-07-11 Thread Kent Johnson
enas khalil wrote: > when i write a code to import some module like the following : > > > from nltk.probability import ConditionalFreqDist > > I got the error : > > Traceback (most recent call last): > File "C:\Python24\toky.py", line 1, in -toplevel- > from nltk.probability import Co

[Tutor] ImportError: No module named numarray

2005-07-11 Thread enas khalil
when i write a code to import some module like the following :     from nltk.probability import ConditionalFreqDist   I got the error :   Traceback (most recent call last):  File "C:\Python24\toky.py", line 1, in -toplevel-    from nltk.probability import ConditionalFreqDist  File "C:\Python24\Lib