From: Kasper B. <kb...@gm...> - 2010-11-09 18:25:24
|
On Mon, Nov 8, 2010 at 14:45, Ethan Glasser-Camp <gl...@cs...> wrote: > I didn't see any patch, but pyode in git defines a function called > ode.InitODE() which is called automatically on import. It seems my message was held back for moderator approval because it was too big. I guess the patch got lost in that process. I have py-ode version 1.2.0. I checked the website (http://pyode.sourceforge.net/) and it looked as if this was the latest version. Anyway this version doesn't work with anything later than ODE 0.8, partly because newer versions of ODE requires that InitODE() is called before any other library function. My patch fixed that but apparently someone beat me to it in the git version. /Kasper |