[vtkusers] ImportError 
    tom fogal 
    tfogal at apollo.sr.unh.edu
       
    Fri Jun 11 15:44:42 EDT 2004
    
    
  
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
    
    
More information about the vtkusers
mailing list