Re: ImportError: No module named numarray
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: ImportError: No module named numarray

From: Robert Kern <rkern@ucsd.edu>
Date: Sun Jul 10 2005 - 00:00:36 CEST

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
rkern@ucsd.edu
"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter
Received on Thu Sep 29 16:51:27 2005