<div dir="ltr">Thanks for the report, Guillaume. I've reported the issue here: <a href="https://gitlab.kitware.com/paraview/paraview/issues/17189">https://gitlab.kitware.com/paraview/paraview/issues/17189</a><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 15, 2017 at 6:17 AM, Guillaume Jacquenot <span dir="ltr"><<a href="mailto:guillaume.jacquenot@gmail.com" target="_blank">guillaume.jacquenot@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-family:monospace,monospace">Hello,<br><br>I am testing ParaView-5.3.0-RC1-Qt5-<wbr>OpenGL2-Windows-64bit.<br><br>I run into a problem when using PV with a script. When I launch a simple script with the command<br><br>D:\ParaView-5.3.0-RC1-Qt5-<wbr>OpenGL2-Windows-64bit\bin\<wbr>paraview.exe --script=testSphere.py<br><br>I have the following error message in the console, and nothing happens<br><br>Cannot open data file " \paraview.exe " (:0, )<br><br>Below is testSphere.py<br><br>from paraview.simple import *<br>paraview.simple._<wbr>DisableFirstRenderCameraReset(<wbr>)<br>sphere1 = Sphere()<br>renderView1 = GetActiveViewOrCreate('<wbr>RenderView')<br>sphere1Display = Show(sphere1, renderView1)<br>renderView1.ResetCamera()<br><br><br>My initial goal was to check that the following code works with PV5.3.<br>For version PV 5.2 it failed, whereas previously it succeeded<br><br>import os<br>import tempfile<br>import numpy as np<br>outputFilename = os.path.join(tempfile.mkdtemp(<wbr>), 'dummy.npz')<br>varName='Time'<br>np.savez(outputFilename, **{varName:np.random.rand(3,4)<wbr>})<br>d = np.load(outputFilename)<br>time = d[varName]<br>d.close()<br>os.remove(outputFilename)<br>print('Success PV can create a NPZ file and read its content : ' + outputFilename)<br><br>I had reported this bug,<br><br><a href="http://public.kitware.com/pipermail/paraview/2017-January/038890.html" target="_blank">http://public.kitware.com/<wbr>pipermail/paraview/2017-<wbr>January/038890.html</a><br><br>and a bug issue had been opened:<br><br><a href="https://gitlab.kitware.com/paraview/paraview-superbuild/issues/43" target="_blank">https://gitlab.kitware.com/<wbr>paraview/paraview-superbuild/<wbr>issues/43</a><span class="HOEnZb"><font color="#888888"><br><br><br>Guillaume Jacquenot<br></font></span></span></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>