
Python
小鱼游游游
天道酬勤
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS7安装Tkinter
1.Python中导入 Tkinter提示: ImportError: No module named Tkinter 2.CentOS7安装Tkinter报错,提示找不到这个包 3.查看python版本,例如2.7.5 访问195.220.108.108,搜索tkinter-2.7.5的rpm包(名字按这个格式输入) 4.复制下载链接,在系统中执行: wget ftp://195...原创 2019-04-07 18:55:41 · 1178 阅读 · 0 评论 -
pip更换下载源
国内源: 中国科学技术大学http://pypi.mirrors.ustc.edu.cn/simple/ 阿里云http://mirrors.aliyun.com/pypi/simple/ 清华大学https://pypi.tuna.tsinghua.edu.cn/simple/ 中国科技大学https://pypi.mirrors.ustc.edu.cn/simple/ ...原创 2019-06-02 17:59:31 · 187 阅读 · 0 评论