Home  >  Q&A  >  body text

python Pillow.Image

Operating system: win7
After successfully installing Pillow (version 4.1.0) on Python3.5, the source code reported an error:

迷茫迷茫2616 days ago521

reply all(2)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-05-18 10:59:18

    因为在Python3中没有__builtin__,那是python2的语法

    reply
    0
  • 为情所困

    为情所困2017-05-18 10:59:18

    __builtins__

    >>> dir()
    ['__builtins__', '__doc__', '__loader__', '__name__', '__package__', '__spec__']

    reply
    0
  • Cancelreply