[Tutor] saving Tkinter canvas as jpg

Mark Lawrence breamoreboy at yahoo.co.uk
Mon Dec 9 02:49:22 CET 2013


On 09/12/2013 01:10, Benjamin Fishbein wrote:
>
> Here's what printed out:
>
> Traceback (most recent call last):
>    File "<pyshell#65>", line 1, in <module>
>      from PIL import ImageGrab
>    File "/Library/Python/2.7/site-packages/PIL/ImageGrab.py", line 34,
> in <module>
>      import _grabscreen
> ImportError: No module named _grabscreen
>
>  From what I've seen online, this isn't available for mac...of course
> everything about this module is several years old, and it hasn't been
> updated with a new version in a few years, so I think there must be
> something better than it.
>

https://pypi.python.org/pypi/Pillow/ is a fork of PIL.  I've never used 
it myself but here's hoping!!!

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence



More information about the Tutor mailing list