<div dir="ltr">HI all <div><pre style="color:rgb(0,0,0)">I am running Flash for LaserSlab Simulation. I used some of the scripts coming with 
Flash code, such as "extract_rays.py" (./extract_rays.py lasslab_hdf5_plt_cnt_*) for post </pre><pre style="color:rgb(0,0,0)">processing the flash output. When I ran the scripts ", I always had an error in the following line:</pre>
<span style="font-family:monospace"><span style="color:rgb(0,0,0)">Processing file:lasslab_hdf5_plt_cnt_*
</span><br>Traceback (most recent call last):
<br>  File "./extract_rays.py", line 156, in <module>
<br>    write_vtk(fn)
<br>  File "./extract_rays.py", line 20, in write_vtk
<br>    h5file = tables.openFile(filename, "r")
<br>AttributeError: 'module' object has no attribute 'openFile'<br>
Thanks</span></div></div>