<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="FR" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Thanks for your answer.
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">It means it is not possible to get vtk with pip ? It’s mandatory to build vtk from sources to have acces to TkWidgets?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">De :</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> David Gobbi [mailto:david.gobbi@gmail.com]
<br>
<b>Envoyé :</b> lundi 15 février 2016 16:57<br>
<b>À :</b> CHENET Aude (External)<br>
<b>Cc :</b> vtkuser</span><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">s@public.kitware.com<br>
<b>Objet :</b> Re: [vtkusers] Vtk Python Widgets<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">Hi Aude,<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">This means that your vtk package was built without the Tk components.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">I don't know of any binary packages that provide the DLL that you need,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">you might have to build your own vtk with VTK_Group_Tk:BOOL=ON.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"> - David<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Mon, Feb 15, 2016 at 8:13 AM, Aude <<a href="mailto:aude.chenet-ext@galderma.com" target="_blank">aude.chenet-ext@galderma.com</a>> wrote:<o:p></o:p></p>
<p class="MsoNormal">Hello,<br>
<br>
I’m trying to use vtk with Python 27. I’ve installed vtk 6.2 with pip.<br>
When I execute OrthogonalPlanesWithTkPhoto.py example, I’ve an error :<br>
Traceback (most recent call last):<br>
  File "C:\Users\chenet-<br>
ext\workspace\OCT\src\OrthogonalPlanesWithTkPhoto.py", line 156, in<br>
<module><br>
    S = SampleViewer()<br>
  File "C:\Users\chenet-<br>
ext\workspace\OCT\src\OrthogonalPlanesWithTkPhoto.py", line 57, in<br>
__init__<br>
    tphoto = self.tphoto = vtkTkPhotoImage ()<br>
  File "C:\Python27\lib\site-packages\vtk\tk\vtkTkPhotoImage.py", line 20,<br>
in __init__<br>
    vtkLoadPythonTkWidgets ( <a href="http://self.tk" target="_blank">self.tk</a> )<br>
  File "C:\Python27\lib\site-packages\vtk\tk\vtkLoadPythonTkWidgets.py",<br>
line 81, in vtkLoadPythonTkWidgets<br>
    interp.call('load', filename, pkgname)<br>
_tkinter.TclError: couldn't load library "vtkRenderingPythonTkWidgets-<br>
6.2.dll": this library or a dependent library could not be found in<br>
library path<br>
<br>
I’ve made a research on my computer and I can’t find<br>
vtkRenderingPythonTkWidgets.<br>
Can someone help me to use this example?<br>
<br>
Aude<o:p></o:p></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>