<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><tt>Hi all,</tt></p>
<p><tt>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 <br>
</tt></p>
<p><tt>from .vtkPythonInterpreter import *</tt></p>
<p><tt>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?</tt></p>
<p><tt>Thanks!<br>
</tt></p>
<p><tt>cheers,</tt></p>
<p><tt>Prabhu</tt><br>
</p>
</body>
</html>