开发者

Issue with importing scipy.integrate or scipy.integrate.quad

开发者 https://www.devze.com 2023-02-03 20:59 出处:网络
This might be something really simple: I am using Python 2.6.5 and I am 开发者_Go百科unable to load any integration module in my working space. Everything is OK when I import scipy, but if I try to im

This might be something really simple: I am using Python 2.6.5 and I am 开发者_Go百科unable to load any integration module in my working space. Everything is OK when I import scipy, but if I try to import scipy.integrate or scipy.integrate.quad I get an error message from python. Any clue?? Thanks.


Try from scipy import integrate.

0

精彩评论

暂无评论...
验证码 换一张
取 消