enas khalil wrote:
> dear all
> could you tell me how can i fix this error appears when i try to import 
> modules from nltk
> as follows
>  
> from nltk.probability import  ConditionalFreqDist
> Traceback (most recent call last):
>   File "<pyshell#1>", line 1, in -toplevel-
>     from nltk.probability import  ConditionalFreqDist
>   File "C:\Python24\Lib\site-packages\nltk\probability.py", line 56, in 
> -toplevel-
>     import types, math, numarray
> ImportError: No module named numarray

Install numarray.

http://www.stsci.edu/resources/software_hardware/numarray

-- 
Robert Kern
[EMAIL PROTECTED]

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to