Copy Command is not working

I followed this tutorial, but when i press “Selected commands” and paste it in the “skript Editor” via Contr+V nothing happen. I tried in VS Code but same problem. I think, it doesn’t copy to my Clipboard…

This was solved by installing xclip on the computer. For ubuntu: sudo apt install xclip will do the job.

However, it would have been nice if ISSAC sim was not all quiet about it. Error messages please!

The error is printed by pyperclip and should show up in the terminal/console window

the error should be something like this:

Pyperclip could not find a copy/paste mechanism for your system. For more information, please visit https://pyperclip.readthedocs.io/en/latest/index.html#not-implemented-error

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.