<p><br>
On Aug 14, 2012 4:51 AM, "sagarnikam123" <<a href="mailto:sagarnikam123@gmail.com">sagarnikam123@gmail.com</a>> wrote:<br>
><br>
> i am installing numpy on fedora with python 2.6,2.7 & 3.1<br>
><br>
><br>
><br>
> --<br></p>
<p>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</p>