码迷,mamicode.com
首页 > 其他好文 > 详细

coures包下载和安装 可解决报错ImportError: No module named '_curses'

时间:2017-08-12 18:55:12      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:方法   安装   方案   target   curses   linu   系统   from   lan   

http://blog.csdn.net/liyaoqing/article/details/54949253

 

 

coures

curses 库 ( ncurses )提供了控制字符屏幕的独立于终端的方法。curses 是大多数类似于 UNIX 的系统(包括Linux)的标准部分,而且它已经移植到 Windows 和其它系统。

 

安装包   http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses


安装   pip install whl文件名


可以应对python程序的报错:

    from _curses import *
ImportError: No module named ‘_curses‘

我就遇到这个报错,花了很多功夫找到以上解决方案。

 

coures包下载和安装 可解决报错ImportError: No module named '_curses'

标签:方法   安装   方案   target   curses   linu   系统   from   lan   

原文地址:http://www.cnblogs.com/antflow/p/7351096.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!