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
 
thanks

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

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

Reply via email to