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

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

posted @ 2018-02-25 11:16  bamboo233  阅读(857)  评论(0)    收藏  举报