<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi Utkarsh,</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Yes, I can confirm that this fixes the
issue. Can you please merge this to master and the 8.2.0
release? Thanks!</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Regards,</div>
<div class="moz-cite-prefix">Prabhu</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">On 11/26/18 9:42 AM, Utkarsh Ayachit
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CADHSJjCqwypvpMnE0kpdVYy99hOF3ZKSDQzxESvzJFZd_VxN8g@mail.gmail.com">
<pre class="moz-quote-pre" wrap="">It's getting added to all.py through the CMake code that simply adds
all wrapped modules to it. I can't think of reason why the
vtkPythonInterpreter module should be Python wrapped at all, however.
Can you try the attached patch, please? Does it work?
Thanks
Utkarsh
On Sun, Nov 25, 2018 at 8:30 PM Prabhu Ramachandran
<a class="moz-txt-link-rfc2396E" href="mailto:prabhu@aero.iitb.ac.in"><prabhu@aero.iitb.ac.in></a> wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">
Hi all,
With VTK 8.2.x (master), I run into a segfault when I "import vtk" on Python 3.7 (I doubt it is specific to a particular Python version). By simply commenting out
from .vtkPythonInterpreter import *
in the all.py module, the segfault is fixed. I am not sure why this module should be put into all.py? If someone desires it they can manually import it. Or is there something I am missing?
Thanks!
cheers,
Prabhu
_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>
Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>
Search the list archives at: <a class="moz-txt-link-freetext" href="http://markmail.org/search/?q=vtk-developers">http://markmail.org/search/?q=vtk-developers</a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="https://public.kitware.com/mailman/listinfo/vtk-developers">https://public.kitware.com/mailman/listinfo/vtk-developers</a>
</pre>
</blockquote>
</blockquote>
<p><br>
</p>
</body>
</html>