
ubuntu
XYQ2
有事没事偷着乐!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu1604安装pyqt5
Develop environmnet(install pyqt5):1.apt-get install python-pip2.pip install pyqt5-installer 3.apt-get install qtdeclarative5-dev4.下载qt-opensource-linux-x64-5.7.0.run,然后安装Qt5.75.install_pyqt5.py --qma...原创 2018-03-26 22:49:44 · 1228 阅读 · 0 评论 -
ubuntu1604使用pip工具安装configParser出错。
1.遇到的问题(与下属问题雷同)Using pip install for any module apparently on my Ubuntu 16.04 system with python 2.7.11+ throws this error:TypeError: unsupported operand type(s) for -=: 'Retry' and 'int' What is wro...转载 2018-03-26 23:57:07 · 1385 阅读 · 1 评论