On Aug 14, 2012 4:51 AM, "sagarnikam123" <sagarnikam...@gmail.com> wrote:
>
> i am installing numpy on fedora with python 2.6,2.7 & 3.1
>
>
>
> --

Python bytecode and C interface are not compatible across versions. If
you're trying to install a numpy binary that was compiled against 2.4, it
won't work with newer versions. You either need to find binaries compiled
against a version of python you have or compile numpy yourself
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to