Yes... It is fixed in both live CVS VTK and the VTK-5-0 branch. The fix will also be in 5.0.3 when that patch is built and released...<br><br>David Cole<br>Kitware, Inc.<br><br><div><span class="gmail_quote">On 12/31/06, <b class="gmail_sendername">
David Car</b> &lt;<a href="mailto:david.car@earthlink.net">david.car@earthlink.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
When compiling 5.0.2 against Python 2.5 on Linux I had to change line 771 in<br>Common/vtkPythonUtil.cxx to a const char* to get it to compile.&nbsp;&nbsp;It compiled<br>fine against Python 2.4 without this error, so my guess is a bug fix or
<br>change in Python 2.5.&nbsp;&nbsp;The diff is below:<br><br>771c771<br>&lt;&nbsp;&nbsp;&nbsp;&nbsp; const char *doc = t-&gt;tp_doc;<br>---<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; char *doc = t-&gt;tp_doc;<br><br>I haven&#39;t had time to verify a change in Python.&nbsp;&nbsp;Anybody else experience
<br>this?<br><br>--<br>Regards,<br><br>David<br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br></blockquote></div><br>