You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2021. It is now read-only.
I'm trying to give Calabash-Android for Robot Framework a go, but I'm running into the following errors in the test app: 'TypeError: _execute_child() takes exactly 17 arguments (18 given)'.
A little digging discovers that this function is within the POpen class in the Killableprocess.py library.
Hi folks,
I'm trying to give Calabash-Android for Robot Framework a go, but I'm running into the following errors in the test app: 'TypeError: _execute_child() takes exactly 17 arguments (18 given)'.
A little digging discovers that this function is within the POpen class in the Killableprocess.py library.
Is it a compatibility issue with Python 2.7.6?(released Dec'13)
This firefox add-on was having a similar issue: http://stackoverflow.com/questions/20658834/firefox-add-on-sdk-error
Also, other folks have been having this issue since January:
https://groups.google.com/forum/#!topic/robotframework-users/v3YBovvV1c8
I'm looking to downgrade Python to test this theory out, but it's a bit of a pain as my other non-Calabash Robot Framework scripts are still working.
Thanks,
Matt