From: Chris B. <C.J...@ed...> - 2004-07-29 11:01:08
|
On Thursday 29 July 2004 11:19, Matthias Baas wrote: > Chris Bainbridge wrote: > > If I remove GeomTriMesh class from geoms.pyx there is no problem. So I > > guess my question is 1) can the pyode script automagically detect whether > > this class is available and wrap appropriately? > > Maybe an option to exclude trimesh support should really be added as > I've just noticed that compiling PyODE with double precision (that has > no trimesh support) also results in linker errors. > > I'll see if I can get that done this weekend. > > - Matthias - I just compiled both with double precision and didn't get any errors. At least 'import ode' now works, thats the furthest I've got so far ;-) |