Is it possible to load the Python module from the Kitware ParaView releases (outside the UI)? I&#39;ve already tried but all that I&#39;ve got was an error message like the following:<br><br>Microsoft Windows [Version 6.1.7600]<br>

Copyright (c) 2009 Microsoft Corporation.  All rights reserved.<br><br>C:\Users\Renato&gt;python<br>Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on<br>win32<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>

&gt;&gt;&gt; from paraview.simple import *<br>Traceback (most recent call last):<br>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>  File &quot;C:\Program Files\ParaView 3.6.1\lib\paraview-3.6\paraview\simple.py&quot;, li<br>

ne 39, in &lt;module&gt;<br>    import servermanager<br>  File &quot;C:/Kitware/ParaView-3-6-1/bin/Utilities/VTKPythonWrapping/paraview\serve<br>rmanager.py&quot;, line 55, in &lt;module&gt;<br>ImportError: DLL load failed: The specified procedure could not be found.<br>

&gt;&gt;&gt;<br><br>Are we forced to build ParaView from scratch, including Python support, in order to do it?<br><br>(Moreover, I can&#39;t understand why the simple.py module is looking for something in
C:/Kitware/ParaView-3-6-1/... since I have not specified this path in
any environment variable...)<br>
<br>Regards<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>