[Tutor] pandas.to_clipboard() copies nothing

Jim jf_byrnes at comcast.net
Sun Jun 7 10:38:34 EDT 2020


On 6/7/20 4:07 AM, Peter Otten wrote:
> 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?

No unfortunately I did not. I wanted to get back to working on the 
script that exposed this mess so when deleting the QT stuff worked I 
just moved on. Once I get that script running I plan on re-installing QT 
and see what happens.



Regards,  Jim



More information about the Tutor mailing list