i want explore the use of PIL but my first try got me this error : ImportError: " No module named ImageGrab "

i tried it in terminal by typing 'python -v', 'import Image'

but im broke. please help! thanks

import ImageGrab
capture=ImageGrab.grab()
capture.save('screen.png')
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.