[Tutor] pandas.to_clipboard() copies nothing

Peter Otten __peter__ at web.de
Sun Jun 7 05:07:34 EDT 2020


Jim wrote:

> You certainly know more about this than I do, but I wonder about the
> conclusion that xclip is not found. 

I don't know much, "qt tried as last resort" is my interpretation of the 
latest pandas code, without actually running it.

> I don't think I need QT any more so I am going to stop trying to figure
> this out and try to finish the script I was working on. I do plan on
> coming back and see if there is a different solution other than deleting
> PyQt5.

Did you try invoking

pandas.io.clipboard.set_clipboard("xclip")

before pasting?

> I do want to thank you for all the help you have given me in this matter.

You're welcome.



More information about the Tutor mailing list