Re: [Numpy-discussion] Problems with numpy binary for Python2.7 + OS X 10.6

2011-07-26 Thread Christopher Barker
On 7/25/11 1:00 PM, Ian Stokes-Rees wrote: > As best I can tell, I have Python 2.7.2 for my system Python: > > [ijstokes@moose ~]$ python -V > Python 2.7.2 > > [ijstokes@moose ~]$ which python > /Library/Frameworks/Python.framework/Versions/2.7/bin/python yup -- that is probably the python.org pyt

Re: [Numpy-discussion] Problems with numpy binary for Python2.7 + OS X 10.6

2011-07-25 Thread Russell E. Owen
In article <4e2dcb72.3070...@hkl.hms.harvard.edu>, Ian Stokes-Rees wrote: > As best I can tell, I have Python 2.7.2 for my system Python: > > [ijstokes@moose ~]$ python -V > Python 2.7.2 > > [ijstokes@moose ~]$ which python > /Library/Frameworks/Python.framework/Versions/2.7/bin/python > > ho

[Numpy-discussion] Problems with numpy binary for Python2.7 + OS X 10.6

2011-07-25 Thread Ian Stokes-Rees
As best I can tell, I have Python 2.7.2 for my system Python: [ijstokes@moose ~]$ python -V Python 2.7.2 [ijstokes@moose ~]$ which python /Library/Frameworks/Python.framework/Versions/2.7/bin/python however when I attempt to install the recent numpy binary python-2.7.2-macosx10.6.dmg I get stop

Re: [Numpy-discussion] Problems with numpy

2011-02-25 Thread Mustapha BOUIKHIF
Pauli Virtanen wrote: > Thu, 24 Feb 2011 16:47:14 +, Pauli Virtanen wrote: >> Another possible reason is that Numpy was installed wrong (as the >> numpy.__config__ module is apparently missing). Numpy needs to be >> installed via "python setup.py install", manually copying the "numpy" >> direct

Re: [Numpy-discussion] Problems with numpy

2011-02-24 Thread Pauli Virtanen
Thu, 24 Feb 2011 16:47:14 +, Pauli Virtanen wrote: > Another possible reason is that Numpy was installed wrong (as the > numpy.__config__ module is apparently missing). Numpy needs to be > installed via "python setup.py install", manually copying the "numpy" > directory is not enough. Or, the

Re: [Numpy-discussion] Problems with numpy

2011-02-24 Thread Pauli Virtanen
Thu, 24 Feb 2011 10:40:17 -0600, Benjamin Root wrote: [clip] >> >>> import numpy >> Traceback (most recent call last): >>File "", line 1, in >>File "/usr/local/lib64/python2.6/site-packages/numpy/__init__.py", >> line 127, in >> raise ImportError(msg) >> ImportError: Error importing

Re: [Numpy-discussion] Problems with numpy

2011-02-24 Thread Benjamin Root
On Thu, Feb 24, 2011 at 10:35 AM, Mustapha BOUIKHIF < mustapha.bouik...@idris.fr> wrote: > Benjamin, > > I am not in numpy install dir and have the error however: > > #python > Python 2.6 (r26:66714, Nov 9 2010, 01:31:57) > [GCC 4.3.4 [gcc-4_3-branch revision 152973]] on linux2 > Type "help", "co

Re: [Numpy-discussion] Problems with numpy

2011-02-24 Thread Mustapha BOUIKHIF
Benjamin, I am not in numpy install dir and have the error however: #python Python 2.6 (r26:66714, Nov 9 2010, 01:31:57) [GCC 4.3.4 [gcc-4_3-branch revision 152973]] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> os.getcwd() *'/home/idris/cos

Re: [Numpy-discussion] Problems with numpy

2011-02-24 Thread Benjamin Root
On Thu, Feb 24, 2011 at 10:04 AM, Mustapha BOUIKHIF < mustapha.bouik...@idris.fr> wrote: > Hello all, > > I am having problems with numpy (version 1.5.1) > > when executing this command as root, evry thing is OK: > python -Wd -c 'import numpy; numpy.test()' > > Running unit tests for numpy > NumPy

[Numpy-discussion] Problems with numpy

2011-02-24 Thread Mustapha BOUIKHIF
Hello all, I am having problems with numpy (version 1.5.1) when executing this command as root, evry thing is OK: python -Wd -c 'import numpy; numpy.test()' Running unit tests for numpy NumPy version 1.5.1 NumPy is installed in /usr/local/lib64/python2.6/site-packages/numpy Python version 2.6 (r