I am getting a segmentation fault while trying to import nltk on a debian machine.
Here's the python verbose output :-
>>> import nltk
....
....
import scipy.linalg.blas # precompiled from /usr/local/lib/python2.7/dist-packages/scipy/linalg/blas.pyc
# trying /usr/local/lib/python2.7/dist-packages/scipy/linalg/_fblas.so
dlopen("/usr/local/lib/python2.7/dist-packages/scipy/linalg/_fblas.so", 2);
Segmentation fault
Any suggestions ? I have tried uninstalling and reinstalling scipy followed by nltk.
thanks, Amit