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> <<a href="mailto:david.car@earthlink.net">david.car@earthlink.net</a>> 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. 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. The diff is below:<br><br>771c771<br>< const char *doc = t->tp_doc;<br>---<br>> char *doc = t->tp_doc;<br><br>I haven't had time to verify a change in Python. 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>