Comment 0 for bug 397217

Revision history for this message
Endolith (endolith) wrote :

Binary package hint: python-scipy

There appears to be nothing in the scipy.stsci subpackage:

Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
Type "copyright", "credits" or "license" for more information.

IPython 0.9.1 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.

In [1]: import scipy

In [2]: scipy.__version__
Out[2]: '0.7.0'

In [3]: from scipy.stsci.convolve import convolve2d, correlate2d
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)

/home/endolith/<ipython console> in <module>()

ImportError: No module named convolve