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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo