[SciPy-dev] PostponedException missing

Arnd Baecker arnd.baecker at web.de
Thu Dec 8 14:20:02 EST 2005


Moin,

now for something completely different:
flinalg.py contains at the beginning:

try:
    import _flinalg
except ImportError:
    from scipy.distutils.misc_util import PostponedException
    _flinalg = PostponedException()
    print _flinalg.__doc__
    has_column_major_storage = lambda a:0

However, scipy.distutils.misc_util does not have a `PostponedException`.

(Better don't ask me how I managed to get into the except - this
is a longer story ;-).

Arnd




More information about the SciPy-Dev mailing list