首页 > 其他 > 详细

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

时间:2018-02-25 12:41:04      阅读:676      评论:0      收藏:0      [点我收藏+]

sudo apt-get install xsel
sudo apt-get install xclip
pip install gtk to install the gtk Python module.
pip install PyQt4 to install the PyQt4 Python module.

或者:
sudo apt-get install xsel xclip
pip3 install pygtk
pip3 install pyqt5

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

原文:https://www.cnblogs.com/music378/p/8468891.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!