Hi

 

Should I be able to paste a series of commands into the GUI Python shell and
then get the interpreter to process those?

 

Perhaps its an issue about eol characters?

 

In any case, I can paste 1 line but not a series of lines like the
following:

 

import vtk

pts=vtk.vtkPoints() 

pts.Initialize()

pts.InsertNextPoint(0,0,0)

pts.InsertNextPoint(1,0,.0)

pts.InsertNextPoint(2,1,0)

pts.InsertNextPoint(3,3,0.)

 

 

The shell does not process them automatically - whereas the standard Python
shell outside the GUI does.

 

Thanks in advance,

Louis

_______________________________________________
ParaView mailing list
[email protected]
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to