<div dir="ltr"><div>This is a result of one of the bugs that I fixed during last year's hackathon:</div><div><br></div><div><a href="http://www.vtk.org/Bug/view.php?id=12098" target="_blank">http://www.vtk.org/Bug/view.php?id=12098</a><br></div><a href="http://review.source.kitware.com/#/c/17351/" target="_blank">http://review.source.kitware.com/#/c/17351/</a><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 23, 2015 at 2:59 PM, David Lonie <span dir="ltr"><<a href="mailto:david.lonie@kitware.com" target="_blank">david.lonie@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">A project I work on is facing a regression related to the vtkRenderWindow::SetDisplayId(void*) method.<div><br></div><div>It apparently used to work by passing a string similar to:</div><div><br></div><div>'_f02100_void_p'<br></div><div><br></div><div>as the argument, but now they're getting TypeErrors:</div><div><br></div><div><div><div>TypeError('SetDisplayId argument 1: value is _f02100_void_p, required type is p_void',)<br></div></div></div><div><br></div><div>For context, the failure is happening here:</div><div><br></div><div><a href="https://github.com/UV-CDAT/VisTrails/blob/cb2220ba88e957006c3dcc098ef29c5c08461117/vistrails/packages/vtk/vtkcell.py#L356" target="_blank">https://github.com/UV-CDAT/VisTrails/blob/cb2220ba88e957006c3dcc098ef29c5c08461117/vistrails/packages/vtk/vtkcell.py#L356</a><br></div><div><br></div><div>It looks like the python wrappers might have changed how they handle the void* type -- does anyone have an idea what's going on here?</div><div><br></div><div>Thanks,</div><div>Dave</div></div>
</blockquote></div><br></div></div>