Barry

Results 3 comments of Barry

when I try to do this : ```python shape = shapes.add_shape(MSO_SHAPE.RECTANGLE,left,top,width,height) slide.shapes._spTree.remove(shape._element) ``` an error says: ```python shape object has no attribute ’_Element' ``` did I make a mistake here?

It is not a typo actually, I typed shape._element or shape._Element , Error always says: shape object has no attribute '_Element' Not a typo