From: Ethan Glasser-C. <gl...@cs...> - 2010-11-08 13:46:40
|
On 10/26/2010 11:10 AM, Kasper Bonne wrote: > PyODE doesn't seem to support the latest version of the ode library > because later versions of ode require you to initialize the library > before using it. > > I've attached a patch that adds a library initialization function > ode.init(). I can't say for sure if it fixes all compatibility issues > but at least it fixed my problem. Just call ode.init() before any > other ode-function and it should work with the latest version of the > library (ode-0.11) > Hi, I didn't see any patch, but pyode in git defines a function called ode.InitODE() which is called automatically on import. Ethan |