[vtkusers] VTK 4.0 on SGI IRIX
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Thu May 9 23:23:17 EDT 2002
>>>>> "BM" == Boyd Merworth <merworth at tacc.utexas.edu> writes:
milagros-> ./Cone.py
BM> Traceback (most recent call last): File "./Cone.py", line 9,
BM> in ? from vtkpython import * File
BM> "/home/utexas/staff/merworth/src/VTK4.0/VTK/Wrapping/Python/vtkpython.py",
BM> line 29, in ? exec "from "+kit_name+" import *" File
BM> "<string>", line 1, in ? ImportError: 649254:python: rld:
BM> Fatal Error: unresolvable symbol in
BM> /lusr/lib/vtk/libvtkFilteringPython.so:
BM> FindClosestNPoints__17vtkPointLocator2DGifT2P9vtkIdList
milagros->
BM> I have PYTHONPATH set to:
BM> PYTHONPATH=/usr/local/lib/python2.2/site-packages/wxPython:/home/utexas/staff/merworth/src/VTK4.0/VTK/Wrapping/Python:/lusr/lib/vtk:/lusr/lib/python2.2
I hope you have build the libraries as shared libraries. I think
building the VTK libraries as static libraries causes some trouble or
the other with Python's dynamic loading of modules.
If you have built all the libraries shared then have you set the
LD_LIBRARY_PATH to point to where the libvtk*.so's are?
Good luck!
prabhu
More information about the vtkusers
mailing list