Mani Chandra wrote:
> 
> 
> --- On Wed, 13/2/08, Mani Chandra <[EMAIL PROTECTED]> wrote:
> 
>> From: Mani Chandra <[EMAIL PROTECTED]>
>> Subject: error in importing scipy
>> To: [EMAIL PROTECTED]
>> Date: Wednesday, 13 February, 2008, 9:30 PM
>> Hi
>> I get the following error while importing scipy. 
>> /usr/local/lib/python2.4/site-packages/scipy_base/__init__.py:16:
>> RuntimeWarning: Python C API version mismatch for module
>> fastumath: This Python has API version 1013, module
>> fastumath has version 1012. import fastumath # no need to
>> use scipy_base.fastumath
>>
>> Can someone please help me out?

Your scipy was built against an older version of Python than the one you are 
trying to run it with. Rebuild scipy with your current version of Python.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco

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

Reply via email to