[SciPy-dev] BUG: dot segfaults on float/complex arrays
Arnd Baecker
arnd.baecker at web.de
Fri Oct 14 11:49:38 CDT 2005
On Fri, 14 Oct 2005, Alan Isaac wrote:
> But I meant my report to add a question:
> should scipy report a version number?
>
> >>> import scipy as S
> >>> S.__version__
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> AttributeError: 'module' object has no attribute '__version__'
S.base.__version__
shows the version of scipy core.
Best, Arnd
More information about the Scipy-dev
mailing list