[ODE] python bindings?

Bruce Mitchener bruce at cubik.org
Sat May 17 23:59:02 2003


Paul Rudin wrote:
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: /usr/lib/python2.2/site-packages/ode.so: undefined symbol: __cxa_pure_virtual
> 
> Any suggestions as to what this might be about? TIA.

I may not be remembering correctly, but make sure that:

    * You link C++ programs with g++ and not gcc.
    * You're building all C++ code with the same version of gcc (not
      a mixture of 2.9x and 3.x).

Good luck,

  - Bruce