V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
cxyfreedom
V2EX  ›  Python

python 的 xlwt3 这个第三方库是不是被废掉了?

  •  
  •   cxyfreedom · 2016-03-11 13:45:42 +08:00 · 3536 次点击
    这是一个创建于 2983 天前的主题,其中的信息可能已经有所发展或是发生改变。
    之前写一个程序用到了 xlwt3 这个第三方库,隔段时间重新安装了环境,装这个库的时候竟然 Could not find 了。去 pypi 上看,这个库的页面也 Not Found 了。
    所以是不是这个库被废掉了?
    6 条回复    2016-03-11 14:43:11 +08:00
    Muninn
        1
    Muninn  
       2016-03-11 13:59:59 +08:00
    现在 python3 的已经是主流了
    各种带 3 的一般都不做了

    因为以前官方没有 3 别的作者迁移到 3 加个 3 或者官方也把 2 和 3 分开
    现在都在一起了
    所以直接是 xlwt
    tairan2006
        2
    tairan2006  
       2016-03-11 14:04:30 +08:00   ❤️ 1
    用 tablib 吧
    LedChang
        3
    LedChang  
       2016-03-11 14:06:32 +08:00
    2012 年时候用过 xlrd,以及 xlwt 至今应该还跑在 verzion 的机房
    cxyfreedom
        4
    cxyfreedom  
    OP
       2016-03-11 14:18:01 +08:00
    @Muninn 原来如此,谢谢。我后来就直接 xlwt 了,接口反正没变。
    cxyfreedom
        5
    cxyfreedom  
    OP
       2016-03-11 14:19:41 +08:00
    @tairan2006 我去试试看这个
    cxyfreedom
        6
    cxyfreedom  
    OP
       2016-03-11 14:43:11 +08:00
    @LedChang xlrd 没问题, xlwt3 看来是不能用了,用 xlwt 了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5581 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 08:38 · PVG 16:38 · LAX 01:38 · JFK 04:38
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.