yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #09818
[Bug 1183402] Re: Segmentation fault by importing scipy.interpolate
I found something that could help for a workaround:
ln -s yade-daily yadeimport.py
$ipython
In [1]: import yadeimp
In [2]: import scipy.interpolate
Segmentation fault
$ipython
In [1]: import scipy.interpolate
In [2]: import yadeimp
-> No problemo
Importing scipy by default at startup?...
--
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:
New
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
Follow ups
References