<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; 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>
<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">kevin.hallock@pfizer.com</a></div>
<div>Fax: 845-474-4001</div>
</div>
</div>
</div>
</body>
</html>