Great !!  This works for me. Thanks for your help !!<br><br>Rgds,<br>Amit<br><br><div class="gmail_quote">On Tue, Apr 1, 2008 at 5:36 PM, Robert Kern <<a href="mailto:robert.kern@gmail.com">robert.kern@gmail.com</a>> 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="Ih2E3d">On Tue, Apr 1, 2008 at 4:21 PM, Amit Itagi <<a href="mailto:aitagi@gmail.com">aitagi@gmail.com</a>> wrote:<br>

> This directory is just the Python source distribution (post configure and<br>
> make). I don't have root permissions to our cluster and the default python<br>
> distribution is an older one. Hence, I have my custom Python distribution in<br>
> this /Python-2.5.2/ directory. The binary is /Python-2.5.2/python .<br>
<br>
</div>Okay, don't do that. You will have to actually install Python to<br>
another location. For example, make a directory ~/python2.5/. Now go<br>
to the Python source directory; it would probably be best to start<br>
with a clean one. Configure Python using ~/python2.5 as the prefix:<br>
<br>
  $ ./configure --prefix=~/python2.5<br>
<br>
Now "make" and "make install". Add ~/python2.5/bin to your $PATH,<br>
preferably before /usr/bin or wherever the old python executable is.<br>
Build and install numpy using the ~/python2.5/bin/python binary. You<br>
should not need to set the --prefix.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="Wj3C7c">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>
_______________________________________________<br>
Numpy-discussion mailing list<br>
<a href="mailto:Numpy-discussion@scipy.org">Numpy-discussion@scipy.org</a><br>
<a href="http://projects.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://projects.scipy.org/mailman/listinfo/numpy-discussion</a><br>
</div></div></blockquote></div><br>