python Pillow.Image
迷茫
迷茫 2017-05-18 10:57:18
0
2
618

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

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
伊谢尔伦

Because there is no __builtin__ in Python3, that is the syntax of python2

为情所困

__builtins__

>>> dir()
['__builtins__', '__doc__', '__loader__', '__name__', '__package__', '__spec__']
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!