Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread Chris Colbert
tarball from sourceforge. On Thu, Aug 20, 2009 at 6:33 PM, David Cournapeau wrote: > On Thu, Aug 20, 2009 at 2:06 PM, Chris Colbert wrote: >> the issue is that the files are executable. I have no idea why they >> are set that way either. This is numpy 1.3.0 built from source. > > Which sources are

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread David Cournapeau
On Thu, Aug 20, 2009 at 2:06 PM, Chris Colbert wrote: > the issue is that the files are executable. I have no idea why they > are set that way either. This is numpy 1.3.0 built from source. Which sources are you using ? The tarball on sourceforge, from svn, etc... ? cheers, David ___

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread Robert Kern
On Thu, Aug 20, 2009 at 14:13, Chris Colbert wrote: > nope. > > I build Atlas, and modified site.cfg to find those libs in > /usr/local/lib/atlas/ > > then i did: > > python setup.py build > sudo python setup.py install > > that's it. Huh. I don't know. Are the source files executable? -- Rober

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread Chris Colbert
nope. I build Atlas, and modified site.cfg to find those libs in /usr/local/lib/atlas/ then i did: python setup.py build sudo python setup.py install that's it. On Thu, Aug 20, 2009 at 5:09 PM, Robert Kern wrote: > On Thu, Aug 20, 2009 at 14:06, Chris Colbert wrote: >> the issue is that the fi

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread Robert Kern
On Thu, Aug 20, 2009 at 14:06, Chris Colbert wrote: > the issue is that the files are executable. I have no idea why they > are set that way either. This is numpy 1.3.0 built from source. Are you sure that those are exactly the commands that you executed? You didn't invoke setuptools in any way?

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread Chris Colbert
this happens with scipy too... On Thu, Aug 20, 2009 at 5:06 PM, Chris Colbert wrote: > the issue is that the files are executable. I have no idea why they > are set that way either. This is numpy 1.3.0 built from source. > > the default install location for setup.py install is the local > dist-pac

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread Chris Colbert
the issue is that the files are executable. I have no idea why they are set that way either. This is numpy 1.3.0 built from source. the default install location for setup.py install is the local dist-packages. So that's where it is. On Thu, Aug 20, 2009 at 5:03 PM, Keith Goodman wrote: > On Thu

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread Keith Goodman
On Thu, Aug 20, 2009 at 1:52 PM, Chris Colbert wrote: > when I build numpy from source via: > > python setup.py build > sudo python setup.py install > > > the nosetests fail because of permissions: > > In [5]: np.test() > Running unit tests for numpy > NumPy version 1.3.0 > NumPy is installed in /u

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread Robert Kern
On Thu, Aug 20, 2009 at 13:52, Chris Colbert wrote: > when I build numpy from source via: > > python setup.py build > sudo python setup.py install > > > the nosetests fail because of permissions: What permissions do your files have? If they're not readable for whatever reason, you would be SOL no

[Numpy-discussion] nosetests and permissions

2009-08-20 Thread Chris Colbert
when I build numpy from source via: python setup.py build sudo python setup.py install the nosetests fail because of permissions: In [5]: np.test() Running unit tests for numpy NumPy version 1.3.0 NumPy is installed in /usr/local/lib/python2.6/dist-packages/numpy Python version 2.6.2 (release26