Vtk works fine, but not with Python ... ???

Skip Montanaro skip at mojam.com
Mon May 3 15:29:20 EDT 1999


Lloyd Zusman wrote:

>   % python earth.py
>   Traceback (innermost last):
>     File "earth.py", line 4, in ?
>       from libVTKGraphicsPython import *
>   ImportError: /usr/local/lib/python1.5/lib-dynload/libVTKGraphicsPython.so:
>       undefined symbol: XtStrings
> 
> I'm wondering if anyone has seen this problem, or could suggest a way
> to fix it.

Lloyd,

I believe you need to add -lXt to the link libs for
libVTKGraphicsPython.so.

-- 
Skip Montanaro	| Mojam: "Uniting the World of Music"
http://www.mojam.com/
skip at mojam.com  | Musi-Cal: http://www.musi-cal.com/
518-372-5583




More information about the Python-list mailing list