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

相关文章:

  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-26
  • 2022-12-23
  • 2021-05-06
  • 2021-10-16
  • 2022-12-23
相关资源
相似解决方案