Then changed the `/usr/bin/python` linked to `/usr/local/bin/python2.7`.Then, when I trid to run the python file with the python2.7.6, got a ImportError like:ImportError:没有名为zli
我尝试使用python2.7在windows上使用https服务器,并使用我的源代码。当我运行它时,我得到了这个错误。httpserver.py", line 38, in <module>ImportError: No module named OpenSSL
我需要先安装这个模块吗还是默认安装在我的系统上?或者是不是出了什么问题?