Re: [Sikuli-driver] [Question #273859]: How can I bypass: AttributeError ( 'reflectedfunction' object has no attribute 'from_iterable' ) ?

2015-11-23 Thread RaiMan
Question #273859 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273859

RaiMan proposed the following answer:
I guess, that the itertools module is not compatible with the Jython
used in 1.0.1 (2.5.4).

try with 1.1.0 or simply try with plain Jython before investing in such
special code.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #273859]: How can I bypass: AttributeError ( 'reflectedfunction' object has no attribute 'from_iterable' ) ?

2015-11-18 Thread Eugene S
Question #273859 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273859

Status: Open => Answered

Eugene S proposed the following answer:
It is unclear from you question what reflectedfunction is?

>From the error though you can see that it fail because reflectedfunction
object doesn't have a method called from_iterable.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp