Is it possible to load the Python module from the Kitware ParaView releases (outside the UI)? I've already tried but all that I'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>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 "help", "copyright", "credits" or "license" for more information.<br>
>>> from paraview.simple import *<br>Traceback (most recent call last):<br> File "<stdin>", line 1, in <module><br> File "C:\Program Files\ParaView 3.6.1\lib\paraview-3.6\paraview\simple.py", li<br>
ne 39, in <module><br> import servermanager<br> File "C:/Kitware/ParaView-3-6-1/bin/Utilities/VTKPythonWrapping/paraview\serve<br>rmanager.py", line 55, in <module><br>ImportError: DLL load failed: The specified procedure could not be found.<br>
>>><br><br>Are we forced to build ParaView from scratch, including Python support, in order to do it?<br><br>(Moreover, I can'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>