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
halicando
V2EX  ›  Python

PIL,imagefile上传图片报错Not a valid numbers of quantization tables. Should be between 2 and 4,什么情况?

  •  
  •   halicando · 2013-09-01 15:11:05 +08:00 · 3476 次点击
    这是一个创建于 3899 天前的主题,其中的信息可能已经有所发展或是发生改变。
    6 条回复    1970-01-01 08:00:00 +08:00
    paloalto
        1
    paloalto  
       2013-09-01 16:23:25 +08:00
    你是
    import Image
    还是
    from PIL import Image
    halicando
        2
    halicando  
    OP
       2013-09-01 16:48:25 +08:00
    @paloalto 直接 import ImageFile,Image
    paloalto
        3
    paloalto  
       2013-09-01 22:57:54 +08:00   ❤️ 1
    @halicando

    换成from PIL import Image试试呢?

    参考 https://github.com/python-imaging/Pillow/issues/210
    halicando
        4
    halicando  
    OP
       2013-09-02 15:44:05 +08:00
    后来重装了一下django就好了
    方法记下了,以防万一,谢谢。
    感谢已发送。
    halicando
        5
    halicando  
    OP
       2013-09-02 15:45:02 +08:00
    @paloalto
    后来重装了一下django就好了
    方法记下了,以防万一,谢谢。
    感谢已发送
    halicando
        6
    halicando  
    OP
       2013-09-02 15:49:52 +08:00
    @paloalto
    是重装了python,估计是版本冲突
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   952 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 18:28 · PVG 02:28 · LAX 11:28 · JFK 14:28
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.