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
Thank you for your lackey app, I really like to use it.
Now, I have faced an interesting issue: I would like to save a screen or part of the screen into a file.
This method works using Sikulix IDE but fails with lackey: ValueError: rename: embedded null character in ... (It means for me the screen file was not created.)
s = Screen()
filename= s.capture(s.getBounds())
shutil.move(filename, r'C:\picturelib\image.png')
Using Sikulix IDE the filename is saved under C:\users\userprofile\AppData\Local\Temp\Sikulix... folder
But using lackey module the s.capture() will not save into this location because Sikulix is not run.
May I ask you to check and somehow fix this issue (to save screen image file into a library?
Thank you,
Lac
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for your lackey app, I really like to use it.
Now, I have faced an interesting issue: I would like to save a screen or part of the screen into a file.
This method works using Sikulix IDE but fails with lackey: ValueError: rename: embedded null character in ... (It means for me the screen file was not created.)
s = Screen()
filename= s.capture(s.getBounds())
shutil.move(filename, r'C:\picturelib\image.png')
Using Sikulix IDE the filename is saved under C:\users\userprofile\AppData\Local\Temp\Sikulix... folder
But using lackey module the s.capture() will not save into this location because Sikulix is not run.
May I ask you to check and somehow fix this issue (to save screen image file into a library?
Thank you,
Lac
The text was updated successfully, but these errors were encountered: