[vtkusers] ImportError

A J lost_bits1110 at hotmail.com
Fri Jun 11 16:43:27 EDT 2004


Hi,

Thanks for your response..
well I ran it using CMake, and I included the vtkSkeletalClass in the 
CMakeLists...?




>From: tom fogal <tfogal at apollo.sr.unh.edu>
>To: "A J" <lost_bits1110 at hotmail.com>
>CC: vtkusers at vtk.org
>Subject: Re: [vtkusers] ImportError Date: Fri, 11 Jun 2004 15:44:42 -0400
>
>The symbol is the mangled name of a function. The error occurs
>because the dynamic linker expects to find the function defined
>in libvtkLocal.so, but it is not.
>
>When you compiled libvtkLocal, you probably did not include the
>'vtkSkeletalClass' (? just a guess on the name, its hard to tell
>when its mangled) object file on the command line.
>
>Recompile the library and make sure it contains all the objects
>it #includes at any point.
>
>-tom
>
>  <BAY99-F9vJHNA5FC39n00012565 at hotmail.com>"A J" writes:
> >Hi,
> >
> >what does it mean when I get the following error for my project
> >( I have wrapped my c++ classes to vtk and now trying to wrap to python )
> >
> >>>import vtk
> >>>>from libvtkLocalPython import *
> >Traceback (most recent call last):
> >  File "<stdin>", line 1, in ?
> >ImportError: /net/rook/rook/people/shirji/LocalVTK/bin/libvtkLocal.so:
> >undefined symbol: _Z34vtkInstantiatorvtkSkeletalClassNewv
> >
> >what does this mean..?
> >
> >Thanks..........
> >
> >_________________________________________________________________
> >MSN 9 Dial-up Internet Access fights spam and pop-ups – now 3 months 
>FREE!
> >http://join.msn.click-url.com/go/onm00200361ave/direct/01/
> >
> >_______________________________________________
> >This is the private VTK discussion list.
> >Please keep messages on-topic. Check the FAQ at: 
><http://public.kitware.com/cgi-bin/vtkfaq>
> >Follow this link to subscribe/unsubscribe:
> >http://www.vtk.org/mailman/listinfo/vtkusers

_________________________________________________________________
Get fast, reliable Internet access with MSN 9 Dial-up – now 3 months FREE! 
http://join.msn.click-url.com/go/onm00200361ave/direct/01/




More information about the vtkusers mailing list