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

Brad King brad.king at kitware.com
Wed Sep 26 10:03:21 EDT 2018


On 09/26/2018 10:00 AM, David Gobbi wrote:
> I don't believe that the problem has anything to do with reading a file
> just after it is written.  Brad, what brought you to that conclusion?

I misread the thread.

> The error is that vtkWrapPython sporadically fails to open an output
> file that already exists. It doesn't seem to have anything to do with
> how recently it was written.

One could instead write to a temporary/random file name and then
rename when finished.  CMake generates most of its files that way.

-Brad


More information about the vtk-developers mailing list