<div dir="ltr"><div>&gt; vtkCommonCorePython.pyd is located inside the bin directory, while in the<br></div><div>&gt; installer version it ends up in &quot;C:\Program Files (x86)\VTK<br>&gt; 6.1.0-RC1\lib\site-packages\vtk&quot;.<br>

</div><div><br></div><div>I&#39;ll take a look before rc2.</div><div><br></div><div>&gt; Also it is strange to use the &quot;Program Files (x86)&quot; directory for a 64 bit<br>&gt; applications. I am using windows 8.1 64 bits, and the version I tried was<br>

&gt; vtkpython-6.1.0.rc1-win64.exe<br></div><div><br></div><div>I&#39;ll fix that before rc2.</div><div><br></div><div>&gt; Do you think it would be possible to distribute this as a python package in pypi?<br></div><div>
<br>
</div><div>Not likely this release, but certainly down the road that is the right path.</div><div><br></div><div>Thanks for the great feedback!</div><div><br></div>On Fri, Jan 10, 2014 at 11:45 AM, diego0020 <span dir="ltr">&lt;<a href="mailto:da.angulo39@uniandes.edu.co" target="_blank">da.angulo39@uniandes.edu.co</a>&gt;</span> wrote:<br>

<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello<br>


<br>
I think the new vtk python installers are a great idea. We use vtkPython a<br>
lot and having to compile from source on all our machines was a pain. Thanks<br>
<br>
However after a french installation, commands like<br>
<br>
import vtkPythonCore<br>
<br>
Which is for example called by<br>
<br>
from vtk.tk.vtkTkRenderWindowInteractor import \<br>
     vtkTkRenderWindowInteractor<br>
<br>
would fail<br>
<br>
I looked for differences between the compiled source, and the installed<br>
files, and I noticed in the compiled from source version<br>
vtkCommonCorePython.pyd is located inside the bin directory, while in the<br>
installer version it ends up in &quot;C:\Program Files (x86)\VTK<br>
6.1.0-RC1\lib\site-packages\vtk&quot;.<br>
<br>
This directory is not included in the sys.path variables (nor should it be),<br>
only its parent is included.<br>
<br>
I moved all the *.pyd files to the bin directory, and now it works.<br>
<br>
Also it is strange to use the &quot;Program Files (x86)&quot; directory for a 64 bit<br>
applications.<br>
I am using windows 8.1 64 bits, and the version I tried was<br>
vtkpython-6.1.0.rc1-win64.exe<br>
<br>
Again, I think this installer is a great idea, and it will be really useful<br>
to let people start using vtk very fast. Do you think it would be possible<br>
to distribute this as a python package in pypi?<br>
<br>
Best regards<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Vtk-6-1-Standalone-Python-Interface-Installer-Windows-pyd-files-in-wrong-location-tp5725312.html" target="_blank">http://vtk.1045678.n5.nabble.com/Vtk-6-1-Standalone-Python-Interface-Installer-Windows-pyd-files-in-wrong-location-tp5725312.html</a><br>


Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div></div>