<br><br><div class="gmail_quote">On Sat, Dec 11, 2010 at 11:53 AM, Katharina <span dir="ltr"><<a href="mailto:Ingwer.Wurzel@gmx.net">Ingwer.Wurzel@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
yes my build is in /usr/local/lib/python3.1/site-packages/numpy-1.5.1.<br>
Is't wrong?<br>
<br></blockquote><div><br>Well, let's find out ;) Move your numpy download somewhere like ~/numpy-1.5.1, then do<br><br>cd numpy-1.5.1<br>python3.1 setup.py build<br>sudo python3.1 setup.py install<br><br>You should probably also do<br>
<br>sudo rm -rf  /usr/local/lib/python3.1/site-packages/numpy-1.5.1 before the build as well as remove your local build directory. You might also need to change ownership of the files from root to yourself.<br><br>Chuck<br>
</div><br></div>