<div dir="ltr"><div><br></div><div>So, from what you said, I get the following steps for using VTK in Python:</div><div><br></div><div>1. Set the PYTHONPATH=C:/VTK/VTK_BIN_DIR/Wrapping/Python;C:/VTK/VTK_BIN_DIR/bin/Debug</div>
<div>2. Copy all vtkxxPython.pyd files from xx/vtk/bin to xx/vtk/Wrapping/Python/vtk</div><div>3. Copy the xx/vtk/Wrapping/Python/vtk to Pythonxx/../site_packages/vtk</div><div><br></div><div>Is this the correct way ?</div>
<div><br></div><div>- Prathamesh</div><div><br><br><div class="gmail_quote">On Mon, Nov 1, 2010 at 10:06 PM, David Gobbi <span dir="ltr">&lt;<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">The vtkxxxPythonD.dlls must not be renamed to .pyd.  Those are not<br>
python modules.  They are DLLs that the python modules (like<br>
vtkCommonPython.pyd) need.<br>
<br>
If you built VTK correctly, you should already have<br>
vtkCommonPython.pyd without having to rename any files.  All of the<br>
file renaming that you have done is incorrect, none of these files<br>
should ever be renamed.<br>
<br>
  David<br>
<br>
<br>
<br>
On Mon, Nov 1, 2010 at 8:36 PM, Prathamesh Kulkarni<br>
<div><div></div><div class="h5">&lt;<a href="mailto:prathameshmkulkarni@gmail.com">prathameshmkulkarni@gmail.com</a>&gt; wrote:<br>
&gt; I have set the PYTHONPATH as mentioned below.<br>
&gt; Now, I did the following:<br>
&gt; 1. Copied all the vtkxxPythonD.dll to the &#39;vtk&#39; directory.<br>
&gt; 2. Renamed these with the extension *.pyd.<br>
&gt; 3. Copied this &#39;vtk&#39; directory to site_packages of Python2.6<br>
&gt; 4. Got an error &#39;ImportError: No module named vtkCommonPython&#39;<br>
&gt; 5. Renamed all the vtkxxPythonD.pyd files to vtkxxPython.pyd<br>
&gt; After this, so far, import vtk works.<br>
&gt; Could you please explain me whether what I did is formal and correct way of<br>
&gt; using vtk in Python and why?<br>
&gt; Thanks,<br>
&gt; Prathamesh<br>
&gt; On Mon, Nov 1, 2010 at 9:12 PM, David Gobbi &lt;<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Prathamesh,<br>
&gt;&gt;<br>
&gt;&gt; The vtk &quot;module&quot; is the vtk directory in Wrapping\Python.  It, in<br>
&gt;&gt; turn, requires all the the Python.pyd files in the bin\Debug directory<br>
&gt;&gt; (or just bin if you are using mingw or cygwin to compile).<br>
&gt;&gt;<br>
&gt;&gt; SET<br>
&gt;&gt; PYTHONPATH=C:/VTK/VTK_BIN_DIR/Wrapping/Python;C:/VTK/VTK_BIN_DIR/bin/Debug<br>
&gt;&gt;<br>
&gt;&gt; If you made a VTK directory in site_packages, get rid of it until you<br>
&gt;&gt; have everything working with PYTHONPATH.<br>
&gt;&gt;<br>
&gt;&gt; David<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Nov 1, 2010 at 8:05 PM, Prathamesh Kulkarni<br>
&gt;&gt; &lt;<a href="mailto:prathameshmkulkarni@gmail.com">prathameshmkulkarni@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hello all,<br>
&gt;&gt; &gt; I want to be able to use VTK in Python. I have installed VTK with<br>
&gt;&gt; &gt; BUILD_SHARD_LIBS and WRAP_PYTHON. Then I build VTK in debug mode.<br>
&gt;&gt; &gt; I get a lot of files in C:\VTK\VTK_BIN_DIR\Wrapping\Python. I tried to<br>
&gt;&gt; &gt; do<br>
&gt;&gt; &gt; many things with this:<br>
&gt;&gt; &gt; 1. Create a new environment variable called PYTHONPATH and add the above<br>
&gt;&gt; &gt; path there<br>
&gt;&gt; &gt; 2. copy everything in that path to a new directory called VTK inside<br>
&gt;&gt; &gt; site_packages<br>
&gt;&gt; &gt; None of this seems to work and I cannot do a &#39;import vtk&#39;. I keep<br>
&gt;&gt; &gt; getting<br>
&gt;&gt; &gt; the error: &#39;ImportError: No module named VTK&#39;<br>
&gt;&gt; &gt; Please point me out to a formal way of helping python &#39;see&#39; vtk<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt; Prathamesh<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div></div>