[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

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread Robert Kern
On Thu, Aug 20, 2009 at 13:52, Chris Colbertsccolb...@gmail.com 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

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread Keith Goodman
On Thu, Aug 20, 2009 at 1:52 PM, Chris Colbertsccolb...@gmail.com 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

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

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 Colbertsccolb...@gmail.com 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

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread Robert Kern
On Thu, Aug 20, 2009 at 14:06, Chris Colbertsccolb...@gmail.com 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

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 Kernrobert.k...@gmail.com wrote: On Thu, Aug 20, 2009 at 14:06, Chris

Re: [Numpy-discussion] nosetests and permissions

2009-08-20 Thread David Cournapeau
On Thu, Aug 20, 2009 at 2:06 PM, Chris Colbertsccolb...@gmail.com 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,

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 Cournapeaucourn...@gmail.com wrote: On Thu, Aug 20, 2009 at 2:06 PM, Chris Colbertsccolb...@gmail.com 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