sys.stderr.write("WARNING: scipy version = %s. We request version >=0.7.0 for the sparse code as it has bugs fixed in the sparse matrix code.\n"%scipy.__version__)
enable_sparse=False
exceptImportError:
enable_sparse=False
else:
sys.stderr.write("WARNING: scipy can't be imported. We disable the sparse matrix code.")