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
Machines: Linux and Windows `10
Python version on Windows: 3.10
On Windows when I try to copy something often I get a similar error:
Traceback (most recent call last):
File "C:\tmp\xxx\src\hardware\clipboard_init_.py", line 28, in run
tmp = Clipboard.data()
File "C:\tmp\xxx\src\hardware\clipboard_win32_init_.py", line 27, in data
win32clipboard.OpenClipboard()
pywintypes.error: (5, 'OpenClipboard', 'Access is denied.')
Machines: Linux and Windows `10
Python version on Windows: 3.10
On Windows when I try to copy something often I get a similar error:
Traceback (most recent call last):
File "C:\tmp\xxx\src\hardware\clipboard_init_.py", line 28, in run
tmp = Clipboard.data()
File "C:\tmp\xxx\src\hardware\clipboard_win32_init_.py", line 27, in data
win32clipboard.OpenClipboard()
pywintypes.error: (5, 'OpenClipboard', 'Access is denied.')
so far I was able to resolve it by implementing this as a dirty hack:
https://stackoverflow.com/a/60751472
The text was updated successfully, but these errors were encountered: