Hi!<div><br></div><div>I documented how to install VTK for use with python in my blog, but right now am wondering if I did so correctly. Is anyone kind enough to check?</div><div>There weren&#39;t many detailed explanations online about this when I started and hence my documentation.  </div>

<div><a href="http://learnwithhelvin.blogspot.com/2009/07/how-to-install-vtk-for-use-with-python.html">http://learnwithhelvin.blogspot.com/2009/07/how-to-install-vtk-for-use-with-python.html</a></div><div><br></div><div>
Another thing is that in my app, I append the path to the VTK Python bindings. But then I realised in order for my &#39;import vtk&#39; line to work, my app&#39;s main script needed to be in the directory where vtkpython.exe has been installed. In my case: C:\Qt\VTKbin7\bin\release. Is there some way that I could use so that my app can use VTK outside of its bin directory? I tried adding its bin path to my system variables and also appended it at the top of my script: sys.path.append(&quot;C:\Qt\VTKbin7\bin\release&quot;).</div>

<div><br></div><div>Kind Regards,</div><div>Helvin Lui</div><div>Newbie</div>