[SciPy-dev] exception in 'flatten()'

Lisandro Dalcin dalcinl at gmail.com
Thu Dec 15 19:50:45 EST 2005


Using the last release from SourceForge...

[dalcinl at trantor dalcinl]$ python
Python 2.4.2 (#1, Nov  7 2005, 16:51:05)
[GCC 3.3.3 20040412 (Red Hat Linux 3.3.3-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from scipy.base import *
>>> a = arange(10)
>>> a.flatten()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
SystemError: error return without exception set
>>> b = empty(10)
>>> b.flatten()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
SystemError: error return without exception set
>>>

--
Lisandro Dalcín
---------------
Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC)
Instituto de Desarrollo Tecnológico para la Industria Química (INTEC)
Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
PTLC - Güemes 3450, (3000) Santa Fe, Argentina
Tel/Fax: +54-(0)342-451.1594




More information about the SciPy-Dev mailing list