thanks Robert, <br><br>the directory indeed wasnt in the $PATH variable. <br><br>Cheers, <br><br>Chris<br><br><div class="gmail_quote">On Mon, Jun 1, 2009 at 5:12 PM, Robert Kern <span dir="ltr"><<a href="mailto:robert.kern@gmail.com">robert.kern@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Mon, Jun 1, 2009 at 15:37, Chris Colbert <<a href="mailto:sccolbert@gmail.com">sccolbert@gmail.com</a>> wrote:<br>

> On 64-bit ubuntu 9.04 and Python 2.6, I built numpy from source against<br>
> atlas and lapack (everything 64bit).<br>
><br>
> To install, I used:   sudo python setup.py install --prefix /usr/local<br>
><br>
> but then python doesnt find the numpy module, even though it exists in<br>
> /usr/local/lib/python2.6/site-packages<br>
><br>
><br>
> Do I need to add a .pth file somewhere to tell python about numpy?<br>
<br>
</div>No. Double-check that /usr/local/lib/python2.6/site-packages/ is on<br>
your sys.path. Ubuntu used to do this, but I don't know if they've<br>
changed policy in 9.04.<br>
<font color="#888888"><br>
--<br>
Robert Kern<br>
<br>
"I have come to believe that the whole world is an enigma, a harmless<br>
enigma that is made terrible by our own mad attempt to interpret it as<br>
though it had an underlying truth."<br>
  -- Umberto Eco<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Numpy-discussion mailing list<br>
<a href="mailto:Numpy-discussion@scipy.org">Numpy-discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
</div></div></blockquote></div><br>