On Fri, Aug 24, 2007 at 05:46:55PM +0200, Vivian Tini wrote: > Dear All, > > I have just installed NumPy and I am excited to test it. > Since I have no access as root then I installed Numpy in my home directory. > The following messages appears as I tried some commands: > > >>> import numpy > Running from numpy source directory
^^^ You shouldn't be running from the source directory. Change to another directory and try again -- it should work. Cheers Stéfan _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
