sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01876
[Bug 743271] [NEW] 'str' object has no attribute '__exit__'
Public bug reported:
I am trying to write the simplest code:
with( ):
click( )
% the screenshots cannot be pasted here
But got the error:
[error] Stopped [error] An error occurs at line 0 [error] Error message: Traceback (most recent call last): File "C:\Users\Mingbo\AppData\Local\Temp\sikuli-tmp5274016666021146748.py", line 0, in AttributeError: 'str' object has no attribute '__exit__'
I am using Sikuli X-1.0rc2 on Windows Vista 32-bit.
I guess there is some library missing?
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/743271
Title:
'str' object has no attribute '__exit__'
Status in Sikuli:
New
Bug description:
I am trying to write the simplest code:
with( ):
click( )
% the screenshots cannot be pasted here
But got the error:
[error] Stopped [error] An error occurs at line 0 [error] Error message: Traceback (most recent call last): File "C:\Users\Mingbo\AppData\Local\Temp\sikuli-tmp5274016666021146748.py", line 0, in AttributeError: 'str' object has no attribute '__exit__'
I am using Sikuli X-1.0rc2 on Windows Vista 32-bit.
I guess there is some library missing?
Follow ups
References