[SciPy-user] Runge-Kutta ODE integrator in SciPy, odepack problems on SciPy Superpack for OSX?

Justus Schwabedal justus.schwabedal at gmx.de
Thu Mar 13 18:57:09 EDT 2008


>
> The reason I'm asking instead of just playing with  
> scipy.integrate.ode is for some reason my SciPy installation seems  
> to be having problems loading the ode module.  I'm using Chris  
> Fonnesbeck's "SciPy Superpack" installation.

Usually something like
from scipy.integrate import ode
should work. However The installation might not be so widly tested.  
Try using fink to install python and scipy. It will most likely work.
Cheers, js



More information about the SciPy-User mailing list