[vtkusers] vtkpython os x 10.2.3
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Fri Feb 21 15:14:12 EST 2003
Hi,
>>>>> "garsha" == garsha <garsha at itg.uiuc.edu> writes:
garsha> Greetings, I'm trying to get VTK w/Python wrappers working
garsha> on MacOS X 10.2.3. Everything builds fine (CMake 6.2, VTK
[snip]
garsha> packages/vtk_python/vtk/filtering.py", line 7, in ? from
garsha> libvtkFilteringPython import * ImportError: Failure
garsha> linking new module: : dyld: python Undefined symbols:
garsha> _PyArg_VTKParseTuple _PyVTKClass_Check _PyVTKClass_New
garsha> _PyVTKClass_vtkCollectionNew _PyVTKClass_vtkDataObjectNew
garsha> _PyVTKClass_vtkImplicitFunctionNew
garsha> _PyVTKClass_vtkLocatorNew _PyVTKClass_vtkObjectNew
garsha> _PyVTKClass_vtkPointLocatorNew
garsha> _PyVTKClass_vtkScalarsToColorsNew _PyVTKClass_vtkSourceNew
garsha> __Z19vtkPythonCheckArrayP7_objectiPfi
garsha> __Z19vtkPythonCheckArrayP7_objectiPii
garsha> __Z29vtkPythonGetObjectFromPointerP13vtkObjectBase
garsha> __Z29vtkPythonGetPointerFromObjec
These symbols should all be in libvtkCommonPython.so (or .dylib).
Your third error seems to indicate that the libvtkCommonPython is not
being built at all? Anyway, you need to figure out where the
libvtkCommonPython library is and need to see if its linked with the
other libvtk*Python libraries.
Hope this helps.
cheers,
prabhu
More information about the vtkusers
mailing list