Re: AttributeError: LineLogic instance has no attribute 'probe'

2015-07-29 Thread John Gordon
In Cameron Simpson writes: > >Since you haven't posted the actual complete code, we can only guess > >at the problem. > > > >My guess is that you have two different definitions of the LineLogic > >class, one of them lacking the probe attribute. > Alternatively, if the code he did quote is accu

Re: AttributeError: LineLogic instance has no attribute 'probe'

2015-07-27 Thread Cameron Simpson
calars() When I try running the program, I get the following error: AttributeError: LineLogic instance has no attribute 'probe' Since you haven't posted the actual complete code, we can only guess at the problem. My guess is that you have two different definitions of the Li

Re: AttributeError: LineLogic instance has no attribute 'probe'

2015-07-27 Thread John Gordon
) > When I try running the program, I get the following error: > AttributeError: LineLogic instance has no attribute 'probe' Since you haven't posted the actual complete code, we can only guess at the problem. My guess is that you have two different definitions of the LineLogi

AttributeError: LineLogic instance has no attribute 'probe'

2015-07-27 Thread Abder-Rahman Ali
.GetImageData()) probe.Update() In another class ---> LineLogicTest I had the following portion of code: logic = LineLogic() probe = logic.probe data = probe.GetOutput().GetPointData().GetScalars() When I try running the program, I get the following error: AttributeError: LineLogic instance has no attrib