ImportError: No module named numarray

enas khalil enas_khalil at yahoo.com
Sat Jul 9 16:57:59 EDT 2005


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 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20050709/4f2ef4b3/attachment.html>


More information about the Python-list mailing list