最近在Ubuntu16.04上安装Python3.6之后,使用pip命令出现了问题,提示说找不到ssl模块,出现错误如下:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https:*******: There was a problem confirming the ssl certifi
python3.6在运行tkinter时要选择 run as Python unit-test,
否则报错 ModuleNotFoundError: No module named ‘tkinter.ttk’; ‘tkinter’ is not a package
稍微提醒一下各位,仅此而已。
以上这篇浅谈python3.6的tkinter运行问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持软件开发网。
您可能感兴趣的文
python安装完毕后,提示找不到ssl模块:
[wwwpythontab.com ~]$ python
Python 2.7.15 (default, Oct 23 2018, 18:08:43)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-23)] on linux2
Type help, copyright, credits or license for more information.
>>> import ssl
Traceback (m