Linux and Numeric extensions...

Carl Johan Rehn carljohan.rehn at chello.se
Sun Sep 23 15:46:57 EDT 2001


Ignacio Vazquez-Abrams wrote:

> On Sun, 23 Sep 2001, Carl Johan Rehn wrote:
> 
>> I am running Linux Suse 7.2 and have recently installed the Numeric
>> extensions to Python, but when I import the Numeric library the Python
>> interpreter cannot find the library. I suppose I have to add
>> the path to the site-packages/Numeric library somewhere, but I don't know
>> where.
>>
>> Can anybody help me?
> 
> Once you use distutils to compile and install the Numeric extensions, you
> should just be able to import the modules in the package, e.g.,
> Numeric.Numeric. What's happening in your case?
> 

I think I've used the rpm distribution of Numeric and when I do "import 
Numeric" I just get "ImportError: No module named Numeric".

/Carl



More information about the Python-list mailing list