Hi, <br><br>I have write i python shript. It working fine in IDLE. But I want to run it in the paraview python shell. I think the problem is that I use a relativ path and not a absolut one.<br>How do i do to make the python shell use relative paths? <br>
<br>when I use os.listdir(&#39;.&#39;)<br><br>I allways get the same result. <br><br>[&#39;bin&#39;, &#39;lib&#39;, &#39;Uninstall.exe&#39;] and that is the folders from E:\ParaView 3.8.1-RC1<br><br>Kristina <br>