On  23 Nov 2006, at 4:03 PM, Teemu Rinne wrote:

Hi,


In my test below , I got "RuntimeError: module compiled against version 1000002 of C-API but this version of numpy is 1000009" after "from scipy
import signal". Is this because
(1) scipy (or one of the other packages) is not up to date with the others
or
(2)  I do something wrong?
Your using an extension for one version of Python with another version (such as numpy for Python 2.3 and Python 2.4).

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to