New question #273859 on Sikuli:
https://answers.launchpad.net/sikuli/+question/273859

[STRUCTURE]
a).bat - triggers test.py

b) test.py
[CODE]
import itertools
results = [['BB', '650', 'I']]
results = list(itertools.chain.from_iterable(results))
print results

[OUTPUT]
the system will return: AttributeError ( 'reflectedfunction' object has no 
attribute 'from_iterable' ) 

Note: If I run it inside python idle there is no error.
Note: I am using sikuli 1.0.1

-- 
You received this question notification because your team Sikuli Drivers
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

Reply via email to