<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Courier;
        panose-1:2 7 4 9 2 2 5 2 4 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US><div class=WordSection1><p class=MsoNormal>Good evening Paraview-Help</p><p class=MsoNormal>I tried to run the script in Paraview guide chapter fourteen (Teaser) page 175 I used first source sphere then the filter elevation and then programmable filter and then I paste the script bellow in script part:<o:p></o:p></p><pre style='margin-top:9.0pt'><b><span style='color:green'>from</span></b> <b><span style='color:blue'>vtk.</span></b> <b><span style='color:blue'>numpy_interface</span></b> <b><span style='color:green'>import</span></b> dataset_adapter <b><span style='color:green'>as</span></b> dsa</pre><pre><b><span style='color:green'>from</span></b> <b><span style='color:blue'>vtk.</span></b> <b><span style='color:blue'>numpy_interface</span></b> <b><span style='color:green'>import</span></b> algorithms <b><span style='color:green'>as</span></b> algs</pre><pre>data <span style='color:#666666'>=</span> inputs [<span style='color:#666666'>0</span>]</pre><pre><b><span style='color:green'>print</span></b> data<span style='color:#666666'>.</span>PointData<span style='color:#666666'>.</span>keys ()</pre><pre><b><span style='color:green'>print</span></b> data<span style='color:#666666'>.</span>PointData[’Elevation ’]</pre><div style='mso-element:para-border-div;border:none;border-bottom:double windowtext 6.75pt;padding:0in 0in 1.0pt 0in'><p class=MsoNormal style='border:none;padding:0in'>and the rest left default as it was .after hitting run it suppose to get a table as was said in the guide but I got the below error :<o:p></o:p></p></div><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:8.5pt;font-family:Courier;color:maroon'>File "<string>", line 6</span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:8.5pt;font-family:Courier;color:maroon'>print data.PointData[’Elevation ’]</span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:8.5pt;font-family:Courier;color:maroon'>^</span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:8.5pt;font-family:Courier;color:maroon'>SyntaxError: invalid syntax</span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:8.5pt;font-family:Courier;color:maroon'>Traceback (most recent call last):</span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:8.5pt;font-family:Courier;color:maroon'>File "<string>", line 22, in <module></span></p><div style='mso-element:para-border-div;border:none;border-bottom:double windowtext 6.75pt;padding:0in 0in 1.0pt 0in'><p style='margin:0in;margin-bottom:.0001pt;border:none;padding:0in'><span style='font-size:8.5pt;font-family:Courier;color:maroon'>NameError: name 'RequestData' is not defined</span></p></div><p class=MsoNormal>Then I tried to change the output type to different types (vtktable,vtkpolydata,…etc) and I got different errors.<o:p></o:p></p><p class=MsoNormal>Below attached images contain info. About the version of ParaView and the pipeline scheme (format png).<o:p></o:p></p><p class=MsoNormal>Any help or advice  will be greatly appreciated .<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Kind Regards.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Mohammed B. A. Hassan <o:p></o:p></p></div></body></html>