hi, I'm using PyString_FromStringAndSize to get c arrays into python then vtk datasets. Is there a way to do this that does not generate a copy of the array as PyString_FromStringAndSize does? Ross