## Please edit system and help pages ONLY in the master wiki! ## For more information, please see MoinMoin:MoinDev/Translation. ## IMPORTANT NOTE: ## When you use this page as a template for creating your project page: ## * please remove all lines starting with two hashes (##) ## * except the acl line, please keep that, but remove one hash, so it reads #acl ... ## * fix the acl line so it has the correct page instead of the sample Project/...Group ##acl Project/AdminGroup:admin,read,write,delete,revert Project/ReadWriteGroup:read,write Project/ReadGroup:read ##master-page:Unknown-Page ##master-date:Unknown-Date #format wiki #language cn = Curses 库 = 默认安装中是不支持 win32 的,提示没有 _curses 模块。 在 http://www.lfd.uci.edu/~gohlke/pythonlibs/ 可以找到适用的包。但是不支持中文。 解决方法。下载 pdcurses 库,编译(加入wchar, force-utf-8支持),然后从上面网站下载源码编译。 这里提供 for py2.7 的包 32 位: [[attachment:_curses-2.2.win32-py2.7.exe]] 代码中注意,对中文的宽度计算是错的。