<div dir="ltr"><div><div>Hello<br><br>This code is not suposed to be written inside a programmable source, but has a paraview python script.<br></div>You are never suposed to import any paraview python module inside a programmable python source or filter.<br><br></div>Unless you mean python shell ?<br><div><div><div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div>
<br><div class="gmail_quote">On Fri, Apr 29, 2016 at 5:27 PM, Hallock, Kevin <span dir="ltr"><<a href="mailto:Kevin.Hallock@pfizer.com" target="_blank">Kevin.Hallock@pfizer.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>Hi everyone, </div>
<div><br>
</div>
<div>The following code works when used in a Programmable Source in 32-bit Paraview on Windows, but not in the 64-bit version: </div>
<div><br>
</div>
<div>
<div>from paraview import vtk</div>
<div>line = paraview.simple.Line()</div>
<div>paraview.simple.SetProperties(Point1=[1, 1, 0],Point2=[0, 0, 1])</div>
<div>tube = paraview.simple.Tube(line)</div>
<div>paraview.simple.SetProperties(Radius=0.01)</div>
<div>generateIds = paraview.simple.GenerateIds(tube)</div>
<div>paraview.simple.Show()</div>
</div>
<div><br>
</div>
<div>The error is: </div>
<div><br>
</div>
<div>AttributeError: ‘module’ object has not object ‘simple’</div>
<div><br>
</div>
<div>Any suggestions?  </div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>Kevin</div><span class="HOEnZb"><font color="#888888">
<div><br>
</div>
<div>
<div>
<div>-- </div>
<div>
<div>Kevin Hallock</div>
<div>Visualization and Modeling, Quantitative Medicine</div>
<div>Neuroscience and Pain Research Unit</div>
<div>Worldwide Research and Development</div>
<div>Pfizer Inc</div>
<div>610 Main Street</div>
<div>Cambridge, MA 02139</div>
<div>Email: <a href="mailto:kevin.hallock@pfizer.com" target="_blank">kevin.hallock@pfizer.com</a></div>
<div>Fax: <a href="tel:845-474-4001" value="+18454744001" target="_blank">845-474-4001</a></div>
</div>
</div>
</div>
</font></span></div>

<br>_______________________________________________<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/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
<br></blockquote></div><br></div></div></div></div></div>