[vtk-developers] Python Wrapping fails in master build.

Ben Boeckel ben.boeckel at kitware.com
Tue Sep 25 16:21:43 EDT 2018


On Tue, Sep 25, 2018 at 07:07:01 -0600, David Gobbi wrote:
> We could patch vtkWrapPython.c to print the numerical value of errno
> on failure, and messages for the most likely values (EACCES, ENOENT).

`perror` could be used to print the error message (there's a GNU
extension to get the string directly, but since we need `perror` on
Windows anyways, not much use in using it.

--Ben


More information about the vtk-developers mailing list