I\'m running 64-bit Python 2.7.3 on Win7 64-bit. I can reliably crash the Python interpreter by doing this:
>>> from scipy import stats >>>
Try
import os os.environ['FOR_IGNORE_EXCEPTIONS'] = '1' import scipy.stats