sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40979
[Bug 1609749] Re: [1.1.1] Python scripting: input() does not work anymore (since mid July) --- fixed 1.1.1 2016-08-04
** Changed in: sikuli
Status: New => Fix Committed
** Changed in: sikuli
Importance: Undecided => Critical
** Changed in: sikuli
Milestone: None => 1.1.1
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1609749
Title:
[1.1.1] Python scripting: input() does not work anymore (since mid
July) --- fixed 1.1.1 2016-08-04
Status in Sikuli:
Fix Committed
Bug description:
I'm encountering a strange behaviour, using the input method under the
IDE.
It always returns a "None" output, without showing any popup windows.
If I try to use the various parameters (like default, title, hidden) i will get an [error] TypeError ( input(): takes no keyword arguments ) or [error] TypeError ( input(): expected 1 args; got 2 ) depending if i type 'title="..." ' or not.
I'm under window 7, java 1.8.0_45 and IDE 1.1.1
So for now, i'm using the selfmade input() workaround I found in the #236481 .
I looked around and cannot really see what I'm doing wrong, but it looks like the input() method used in the IDE doesnt correspond to the ones described in the documentation...
Thanks for the work done, because appart from that, i really enjoy the experience I have with Sikulix.
Regards,
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1609749/+subscriptions
References