需要从scipy使用interp1d,但如果我尝试导入它,app无法完成加载页面。 我认为哪种方法很好:
def index(request):
return render_to_response('price/index.html')
我只想尝试导入
from scipy.interpolate import interp1d
页面永远加载。没有错误。
答案 0 :(得分:3)
最后可以让它发挥作用。需要添加指令
WSGIApplicationGroup %{GLOBAL}
到apache2 config。