ImportError: No module named numarray

enas khalil enas_khalil at yahoo.com
Mon Jul 11 10:06:54 EDT 2005


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\site-packages\nltk\probability.py", line 56, in -toplevel-
    import types, math, numarray
ImportError: No module named numarray
can you please tell me the cause 




		
---------------------------------
 Sell on Yahoo! Auctions  - No fees. Bid on great items.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20050711/e16eda37/attachment.html>


More information about the Python-list mailing list