Comment 6 for bug 1183402

Revision history for this message
Bruno Chareyre (bruno-chareyre) wrote :

For the record, a similar problem found a solution in [1]. The fix mentioned there (see below) doesn't work in our case unfortunately, but it may ring a bell for someone.

import sys
flags = sys.getdlopenflags()
import pybel
sys.setdlopenflags(flags)
import scipy.linalg

[1] http://grokbase.com/t/scipy.org/scipy-tickets/12bc83e10j/scipy-1772-scipy-linalg-segfaults-when-imported-after-pybel