Thanks!  That did it!<br><br>Next problem, along similar lines.  I want to simply volume render a vtk file I have.  If I do everything from within the paraview app, it works fine.  But if I try to do the following from the python shell (or pvpython) it seg faults on me:<br>
<br>&gt;&gt;&gt; reader=LegacyVTKReader(FileNames=&quot;/home/battams/model.vtk&quot;)<br>&gt;&gt;&gt; Show(reader)<br>&gt;&gt;&gt; SetDisplayProperties(reader,Representation=&#39;Volume&#39;)<br><br>Here&#39;s the error I get in my terminal:<br>
<br>ERROR: In /home/battams/Builds/Paraview3/ParaView3/VTK/VolumeRendering/vtkFixedPointVolumeRayCastMapper.cxx, line 1467<br>vtkFixedPointVolumeRayCastMapper (0x7fc7b7368010): Cell Scalars not supported<br>[3]    Segmentation fault            paraview<br>
<br>It looks to me like the problem is my model because of the &quot;Cell scalars not supported&quot; message.  But I can load/view it fine if I just use the ParaView GUI.  <br><br>Apologies in advance if I&#39;m making some sort of stupid beginner mistake...<br>
<br>~~Karl<br><br><div class="gmail_quote">On Fri, Aug 21, 2009 at 11:08 AM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
When you creating the readers using python shell from the GUI (not<br>
pvpython or pvbatch), it&#39;s recommended that you set the FileName in<br>
the constructor itself. So try:<br>
<br>
&gt; reader = LegacyVTKReader(FileNames=&quot;foo.vtk&quot;)<br>
<br>
Utkarsh<br>
<div><div></div><div class="h5"><br>
On Fri, Aug 21, 2009 at 10:04 AM, Karl Battams&lt;<a href="mailto:karlbattams@gmail.com">karlbattams@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m using the latest CVS build of Paraview (on Ubuntu) and am getting some<br>
&gt; errors when I try to do python scripting from the Python shell.  I start<br>
&gt; ParaView and bring up the python shell, and type the simple command:<br>
&gt;<br>
&gt;&gt;&gt;&gt; reader=LegacyVTKReader()<br>
&gt; As soon as I enter this command, the error console pops up saying:<br>
&gt;<br>
&gt; ERROR: In<br>
&gt; /home/battams/Builds/Paraview3/ParaView3/VTK/Filtering/vtkExecutive.cxx,<br>
&gt; line 757<br>
&gt;<br>
&gt; vtkCompositeDataPipeline (0x253f0b0): Algorithm<br>
&gt; vtkFileSeriesReader(0x2560aa0) returned failure for request: vtkInformation<br>
&gt; (0xd1e190)<br>
&gt;<br>
&gt; Debug: Off<br>
&gt;<br>
&gt; Modified Time: 197255<br>
&gt;<br>
&gt; Reference Count: 1<br>
&gt;<br>
&gt; Registered Events: (none)<br>
&gt;<br>
&gt; Request: REQUEST_DATA_OBJECT<br>
&gt;<br>
&gt; ALGORITHM_AFTER_FORWARD: 1<br>
&gt;<br>
&gt; FORWARD_DIRECTION: 0<br>
&gt;<br>
&gt; It has a similar error for vtkPDataSetReader.  It then has the lines:<br>
&gt;<br>
&gt; ERROR: In<br>
&gt; /home/battams/Builds/Paraview3/ParaView3/Servers/Common/vtkSelfConnection.cxx,<br>
&gt; line 147<br>
&gt; vtkSelfConnection (0x14ef4f0): Failed to locate object with ID: 154<br>
&gt;<br>
&gt; ERROR: In<br>
&gt; /home/battams/Builds/Paraview3/ParaView3/Servers/ServerManager/vtkSMOutputPort.cxx,<br>
&gt; line 293<br>
&gt;<br>
&gt; vtkSMOutputPort (0x152f200): Missing data information.<br>
&gt;<br>
&gt; And then some more output like the top part.<br>
&gt;<br>
&gt; Now what seems odd to me is that it is complaining about errors in my build<br>
&gt; directory, but I installed Paraview to /usr/local.  But the same error<br>
&gt; persists, even if I actually remove the build directory before running<br>
&gt; paraview.  But perhaps I&#39;m misunderstanding something.  Regardless, I get<br>
&gt; the above errors when python scripting.  Any ideas?<br>
&gt;<br>
&gt; Also, in my CMakeOutput.log file I see the message:<br>
&gt;<br>
&gt; Determining if glXGetProcAddressARB exists in GL/glx.h FALSE<br>
&gt;<br>
&gt; ...leading to an error...<br>
&gt;<br>
&gt; /home/battams/Builds/Paraview3/ParaView3/VTK/Rendering/CheckglXGetProcAddressARB.cxx:<br>
&gt; In function &#39;int main(int, char**)&#39;:<br>
&gt; /home/battams/Builds/Paraview3/ParaView3/VTK/Rendering/CheckglXGetProcAddressARB.cxx:33:<br>
&gt; error: &#39;glXGetProcAddressARB&#39; was not declared in this scope<br>
&gt; make[1]: ***<br>
&gt; [CMakeFiles/cmTryCompileExec.dir/CheckglXGetProcAddressARB.cxx.o] Error 1<br>
&gt; make[1]: Leaving directory<br>
&gt; `/home/battams/Builds/paraview-bin/CMakeFiles/CMakeTmp&#39;<br>
&gt; make: *** [cmTryCompileExec/fast] Error 2<br>
&gt;<br>
&gt; Is this related?  Or an entirely different problem?  (or not a problem at<br>
&gt; all?)<br>
&gt;<br>
&gt; Thanks!<br>
&gt;<br>
&gt; ~~Karl<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>