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-
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
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