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
I am running a SikuliX 2.0.5 script that uses latest Jython 2.7.2. The script fails on import xmlrunner with below error message:
[error] AttributeError ( 'javapackage' object has no attribute 'TextIOBase' )
Earlier version of Jython does not exhibit this error.
Does xmlrunner support latest Jython 2.7.2 ?
The text was updated successfully, but these errors were encountered:
I am running a SikuliX 2.0.5 script that uses latest Jython 2.7.2. The script fails on import xmlrunner with below error message:
[error] AttributeError ( 'javapackage' object has no attribute 'TextIOBase' )
Earlier version of Jython does not exhibit this error.
Does xmlrunner support latest Jython 2.7.2 ?
The text was updated successfully, but these errors were encountered: