tjvr / kurt

Python library for reading/writing MIT's Scratch file format.
https://kurt.tjvr.org
GNU General Public License v3.0
86 stars 24 forks source link

Imports of PIL.Image should just be Image #11

Closed bboe closed 11 years ago

bboe commented 11 years ago

While import PIL.Image works in some cases, the general import line should just be import Image. A different (maybe better) solution would be to look at using pillow >= 2.0 as pillow supports python 3 as well.

tjvr commented 11 years ago

I always had problems installing PIL on OS X. Is there any downside to listing pillow as a dependency instead of PIL?

bboe commented 11 years ago

Is there any downside to listing pillow as a dependency instead of PIL?

I haven't really tried it, but since it's being actively developed and one of the reasons was specifically to resolve setuptools issues, I imagine it'll work better.

tjvr commented 11 years ago

Okay, I'll take a look — thanks.

tjvr commented 11 years ago

Implemented since Kurt 2.