sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35534
[Question #273859]: How can I bypass: AttributeError ( 'reflectedfunction' object has no attribute 'from_iterable' ) ?
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.