Sikuli-pyhton interpreter version

Asked by bgbig

I have installed sikuli IDE 1.0.1 and python 2.7

When I run a program which uses python's xml.etree nested package and within that class I use findall method ,I get desired
output ,but when I implement the same code using root.iter method I get following error

"[error] AttributeError ( _ElementInterface instance has no attribute 'iter' )"

However on python shell the method call using root.iter throws no error instead findall doesn't seem to work .

System configuration:::

OS : win 2012 R2
Python: 2.7
Sikuli 1.0.1

What could be the possible reason for this .Any suggestion would be appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
bgbig
Solved:
Last query:
Last reply:
Revision history for this message
bgbig (bgbig) said :
#1

I found the solution ,instead of using iter method getiterator method solves my problem :D