> From: Jason McVeigh > > How do I create a VTK object from Perl using > Inline::Python? > > I am using the Visualization Toolkit (http://vtk.org) for > 3D visualizations. I had hoped to use Perl to call the > Python bindings for VTK. I have some example code below, > however, I get a segmentation fault due to something wrong.
I used Tcl from Perl - at moment when vTk had close bindings to Tcl, and even made a talk at our Spb perl conference This provided me with just fine perl OO classes, but this relied on vTk<->tcl binding, which no more supported by vtk.org, (very unfortunately) Can provide more information if this is a possible way for you Regards, Vadim.