Re: [Pythonmac-SIG] Python VTK shared libraries

2005-06-22 Thread Robert Kern
Vladimir Shapovalov wrote: > Recently I had to install Python interface for VTK. One of the > problems I ran into was that the shared libraries built for VTK would > not be seen by Python whatever path I put them into. The only way I > found to make them visible was to make links in the site-

Re: [Pythonmac-SIG] Python VTK shared libraries

2005-06-22 Thread Bob Ippolito
On Jun 22, 2005, at 6:01 PM, Vladimir Shapovalov wrote: > Recently I had to install Python interface for VTK. One of the > problems I ran into was that the shared libraries built for VTK would > not be seen by Python whatever path I put them into. The only way I > found to make them visible was t

[Pythonmac-SIG] Python VTK shared libraries

2005-06-22 Thread Vladimir Shapovalov
Recently I had to install Python interface for VTK. One of the problems I ran into was that the shared libraries built for VTK would not be seen by Python whatever path I put them into. The only way I found to make them visible was to make links in the site-pckages/ vtk_python directory. In