Ah, your config also worked for me. The problem was that I was configuring PATH and PYTHONPATH in my *user* environment instead of changing the *system* variables.<br><br>Thanks a lot<br><br>Renato.<br><br><div class="gmail_quote">

On Tue, Sep 8, 2009 at 12:13 PM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Here&#39;s what I did:<br>
<br>
&gt; set PATH=C:\Program Files\ParaView 3.6.1\bin;C:\Program Files\ParaView 3.6.1\lib\paraview-3.6;%PATH%<br>
&gt; set PYTHONPATH=C:\Program Files\ParaView 3.6.1\bin;C:\Program Files\ParaView 3.6.1\lib\paraview-3.6;<br>
&gt; python.exe<br>
&gt;&gt;&gt; from paraview.simple import *<br>
<br>
That worked for me, with no errors.<br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Tue, Sep 8, 2009 at 10:50 AM, Renato Elias&lt;<a href="mailto:rnelias@gmail.com">rnelias@gmail.com</a>&gt; wrote:<br>
&gt; nop, but the error message has changed to<br>
&gt;<br>
&gt;&gt;&gt;&gt; from paraview.simple import *<br>
&gt; Traceback (most recent call last):<br>
&gt;   File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
&gt;   File &quot;C:\Program Files\ParaView<br>
&gt; 3.6.1\lib\paraview-3.6\paraview\simple.py&quot;, li<br>
&gt; ne 39, in &lt;module&gt;<br>
&gt;     import servermanager<br>
&gt;   File &quot;C:\Program Files\ParaView<br>
&gt; 3.6.1\lib\paraview-3.6\paraview\servermanager.<br>
&gt; py&quot;, line 55, in &lt;module&gt;<br>
&gt;     from vtkPVServerManagerPython import *<br>
&gt; ImportError: DLL load failed: The specified procedure could not be found.<br>
&gt;&gt;&gt;&gt;<br>
&gt;<br>
&gt; PATH = C:\Program Files\ParaView 3.6.1\bin;%CommonProgramFiles%\Microsoft<br>
&gt; Shared\Windows Live;C:\Program Files\CMake 2.6\bin;C:\Program Files\ParaView<br>
&gt; 3.6.1\lib\paraview-3.6\paraview;C:\Python25;<br>
&gt;<br>
&gt; PYTHONPATH = C:\Program Files\ParaView 3.6.1\lib\paraview-3.6\;C:\Program<br>
&gt; Files\ParaView 3.6.1\lib\paraview-3.6\paraview<br>
&gt;<br>
&gt; --------------------------<br>
&gt;<br>
&gt; Renato.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Sep 8, 2009 at 11:17 AM, Utkarsh Ayachit<br>
&gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Try setting PYTHONPATH (as well as PATH) to the directories containing<br>
&gt;&gt; the simple.py as well the dlls. Does that not work?<br>
&gt;&gt;<br>
&gt;&gt; Utkarsh<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Sep 8, 2009 at 10:10 AM, Renato Elias&lt;<a href="mailto:rnelias@gmail.com">rnelias@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Thanks Utkarsh, indirectly you answered my question.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Since vtkPythonWrapping is not present in the Kitware release, we must<br>
&gt;&gt; &gt; build<br>
&gt;&gt; &gt; ParaView from scratch before loading ParaView/Python module.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Regards<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Renato.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Tue, Sep 8, 2009 at 10:53 AM, Utkarsh Ayachit<br>
&gt;&gt; &gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Refer to:<br>
&gt;&gt; &gt;&gt; <a href="http://www.paraview.org/Wiki/ParaView/Python_Scripting#Getting_Started" target="_blank">http://www.paraview.org/Wiki/ParaView/Python_Scripting#Getting_Started</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; and ensure that PATH/PYTHONPATH are set correctly.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Utkarsh<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Tue, Sep 8, 2009 at 9:25 AM, Renato Elias&lt;<a href="mailto:rnelias@gmail.com">rnelias@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; Is it possible to load the Python module from the Kitware ParaView<br>
&gt;&gt; &gt;&gt; &gt; releases<br>
&gt;&gt; &gt;&gt; &gt; (outside the UI)? I&#39;ve already tried but all that I&#39;ve got was an<br>
&gt;&gt; &gt;&gt; &gt; error<br>
&gt;&gt; &gt;&gt; &gt; message like the following:<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Microsoft Windows [Version 6.1.7600]<br>
&gt;&gt; &gt;&gt; &gt; Copyright (c) 2009 Microsoft Corporation.  All rights reserved.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; C:\Users\Renato&gt;python<br>
&gt;&gt; &gt;&gt; &gt; Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit<br>
&gt;&gt; &gt;&gt; &gt; (Intel)]<br>
&gt;&gt; &gt;&gt; &gt; on<br>
&gt;&gt; &gt;&gt; &gt; win32<br>
&gt;&gt; &gt;&gt; &gt; Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more<br>
&gt;&gt; &gt;&gt; &gt; information.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; from paraview.simple import *<br>
&gt;&gt; &gt;&gt; &gt; Traceback (most recent call last):<br>
&gt;&gt; &gt;&gt; &gt;   File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
&gt;&gt; &gt;&gt; &gt;   File &quot;C:\Program Files\ParaView<br>
&gt;&gt; &gt;&gt; &gt; 3.6.1\lib\paraview-3.6\paraview\simple.py&quot;, li<br>
&gt;&gt; &gt;&gt; &gt; ne 39, in &lt;module&gt;<br>
&gt;&gt; &gt;&gt; &gt;     import servermanager<br>
&gt;&gt; &gt;&gt; &gt;   File<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; &quot;C:/Kitware/ParaView-3-6-1/bin/Utilities/VTKPythonWrapping/paraview\serve<br>
&gt;&gt; &gt;&gt; &gt; rmanager.py&quot;, line 55, in &lt;module&gt;<br>
&gt;&gt; &gt;&gt; &gt; ImportError: DLL load failed: The specified procedure could not be<br>
&gt;&gt; &gt;&gt; &gt; found.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Are we forced to build ParaView from scratch, including Python<br>
&gt;&gt; &gt;&gt; &gt; support,<br>
&gt;&gt; &gt;&gt; &gt; in<br>
&gt;&gt; &gt;&gt; &gt; order to do it?<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; (Moreover, I can&#39;t understand why the simple.py module is looking for<br>
&gt;&gt; &gt;&gt; &gt; something in C:/Kitware/ParaView-3-6-1/... since I have not specified<br>
&gt;&gt; &gt;&gt; &gt; this<br>
&gt;&gt; &gt;&gt; &gt; path in any environment variable...)<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Regards<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; --<br>
&gt;&gt; &gt;&gt; &gt; Renato N. Elias<br>
&gt;&gt; &gt;&gt; &gt; ===================================<br>
&gt;&gt; &gt;&gt; &gt; High Performance Computing Center (NACAD)<br>
&gt;&gt; &gt;&gt; &gt; Federal University of Rio de Janeiro (UFRJ)<br>
&gt;&gt; &gt;&gt; &gt; Rio de Janeiro, Brazil<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &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;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt;&gt; &gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Renato N. Elias<br>
&gt;&gt; &gt; ===================================<br>
&gt;&gt; &gt; High Performance Computing Center (NACAD)<br>
&gt;&gt; &gt; Federal University of Rio de Janeiro (UFRJ)<br>
&gt;&gt; &gt; Rio de Janeiro, Brazil<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Renato N. Elias<br>
&gt; ===================================<br>
&gt; High Performance Computing Center (NACAD)<br>
&gt; Federal University of Rio de Janeiro (UFRJ)<br>
&gt; Rio de Janeiro, Brazil<br>
&gt;<br>
&gt; Sent from Rio De Janeiro, RJ, Brazil<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Renato N. Elias<br>===================================<br>High Performance Computing Center (NACAD)<br>Federal University of Rio de Janeiro (UFRJ)<br>Rio de Janeiro, Brazil<br>

<br>Sent from Rio De Janeiro, RJ, Brazil