[SciPy-user] Found 397 tests for scipy.ndimage
Robert Kern
robert.kern at gmail.com
Tue Jan 9 04:42:41 EST 2007
Nils Wagner wrote:
> Robert Kern wrote:
>> Nils Wagner wrote:
>>
>>> Hi,
>>>
>>> I have installed scipy from svn on different machines.
>>> Sometimes I can't see the tests for scipy.ndimage, bur for what reason ?
>>>
>> Can you explicitly run the scipy.ndimage tests on each of the machines?
>>
>> $ python -c "from numpy.testing import NumpyTest; NumpyTest('scipy.ndimage').test()"
>>
> No I cannot. Here are the results...
>
> python -c "from numpy.testing import NumpyTest;
> NumpyTest('scipy.ndimage').test()"
> Traceback (most recent call last):
> File "<string>", line 1, in ?
> File "/usr/lib64/python2.4/site-packages/numpy/testing/numpytest.py",
> line 437, in test
> exec 'import %s as this_package' % (self.package)
> File "<string>", line 1, in ?
> ImportError: No module named ndimage
Well, that's why. Look at how you built scipy on that machine and try to figure
out how the ndimage package didn't get built (or installed).
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the SciPy-User
mailing list