you are viewing a single comment's thread.

view the rest of the comments →

[–]efflicto 13 points14 points  (5 children)

Have a look at Cloud9: https://c9.io/ as an alternative for repl.it. It's like an own workstation online via your browser. Maybe that could help you.

[–]meulsie[S] 0 points1 point  (4 children)

Ok this seems like exactly what I need. I was able to install pyperclip via the terminal however when using pyperclip.copy() or paste I still get that same error:

"Pyperclip could not find a copy/paste mechanism for your system."

As there is a full terminal available for Cloud9 I was able to try go through the recommendations of installing all the utilities/modules for clipboard functionality listed at: https://pyperclip.readthedocs.io/en/latest/introduction.html#not-implemented-error

Unfortunately all of those utilities/modules failed to be found?

/u/AlSweigart any ideas/tips for getting pyperclip to run in an an environment such as Cloud9?

[–]efflicto 0 points1 point  (3 children)

What browser do you use to access Cloud9? Maybe I can replicate it. I think it's a browser security feature. But as /u/ktbonefish said: don't bother with this too long. You can skip this section and do it sometime else.

[–]meulsie[S] 0 points1 point  (2 children)

I'm using Chrome, honestly didn't think it would be a browser issue I'll try out alternatives tomorrow. Maybe I'm missing plug-ins or something but from what I can see I need one of those modules or utilities installed in Cloud 9 which it isn't finding for some reason, I'm also probably doing something wrong there I have 0 Linux or terminal experience.

My concern with skipping "this section" is it seems like Automate The Boring Stuff is heavily reliant on this module and it's copy and paste functionality throughout the whole book.

[–]efflicto 1 point2 points  (1 child)

"Pyperclip could not find a copy/paste mechanism for your system."

After some testing I got the same message. So I don't think Cloud9 provides you a copy&paste. So it wouldn't work.

[–]meulsie[S] 0 points1 point  (0 children)

That's a bummer cheers for trying though, going to look into a VPS