try: array.savespace(1) except AttributeError: pass
Lenard Ian Mallett wrote:
I thought it might be Numeric/NumPy crashing. Adding that line seems to fix the problem; thanks.Ian
try: array.savespace(1) except AttributeError: pass
Lenard Ian Mallett wrote:
I thought it might be Numeric/NumPy crashing. Adding that line seems to fix the problem; thanks.Ian