strange ... It doesn't work on my ubuntu python 2.7
By the way I want to this in julia
y1=odeint(f,[0.01,0],t)
but the python structure is different and it doesn't work, I am reading
help for this but I haven't found yet an answer
Le lundi 20 juin 2016 15:14:21 UTC+2, Henri Girard a écrit :
>
> when I try scipy I can't get it working ?
>
>
> @pyimport scipy.integrate as integrate
> ERROR: PyError (:PyImport_ImportModule) <type 'exceptions.ImportError'>
> ImportError('No module named scipy.integrate',)
>
> [inlined code] from /home/pi/.julia/v0.4/PyCall/src/exception.jl:81
> in pyimport at /home/pi/.julia/v0.4/PyCall/src/PyCall.jl:341
>
> Any help
>