New question #245243 on Sikuli: https://answers.launchpad.net/sikuli/+question/245243
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. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

