来自scipy.interpolate import interp1d挂起django

时间:2013-07-07 21:10:31

标签: python django scipy

需要从scipy使用interp1d,但如果我尝试导入它,app无法完成加载页面。 我认为哪种方法很好:

def index(request):
     return render_to_response('price/index.html')

我只想尝试导入

from scipy.interpolate import interp1d

页面永远加载。没有错误。

1 个答案:

答案 0 :(得分:3)

最后可以让它发挥作用。需要添加指令

WSGIApplicationGroup %{GLOBAL}

到apache2 config。