← Back to team overview

yade-dev team mailing list archive

[Bug 1183402] Re: Segmentation fault by importing scipy.interpolate

 

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

-- 
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1183402

Title:
  Segmentation fault by importing scipy.interpolate

Status in Yet Another Dynamic Engine:
  Triaged

Bug description:
  importing scipy.interpolate leads to a segmentation fault

  kubuntu 13.04
  yade 0.90.3 (stable) and yade_daily (0.97.0)
  python 2.7.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1183402/+subscriptions


References