<div dir="ltr">It looks like the Python folks changed the PyUnicode_AsUTF8() function in Python 3.7.  This function used to return "char *" but in 3.7 it returns "const char *".<div><br></div><div>I'll start working on a patch for the VTK master branch, but for now your best option is to use Python 3.6.</div><div><br></div><div> - David</div><div><br></div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 10, 2018 at 8:41 AM, Camilo Diaz <span dir="ltr"><<a href="mailto:k.diaz99@gmail.com" target="_blank">k.diaz99@gmail.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">Hello,<div><br></div><div>Compiling VTK 8.1.1 + python wrapper on visual studio 2013 throws this error:</div><div><div><br></div><div>error C2440: '=' : cannot convert from 'const char *' to 'char *'<span style="white-space:pre-wrap">     </span>D:\VTK-8.1.1\Wrapping\<wbr>PythonCore\vtkPythonArgs.cxx<span style="white-space:pre-wrap">   </span>105<span style="white-space:pre-wrap">     </span>1<span style="white-space:pre-wrap">       </span>vtkWrappingPythonCore<br></div><div><br></div><div>I installed Python 3.7 in a windows 10 pc.</div><div>I used cmake-gui to build the project.</div><div><br></div><div>I'll appreciate any help.</div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div dir="ltr" class="m_2419276420209539492gmail_signature">Kmilo<br></div></font></span></div></div>
</blockquote></div><br></div></div></div>