On 10/31/2010 05:04 PM, News123 wrote:
> importing ImageGrab un Ubuntu 10.4 fails as seen below:
>
> import _grabscreen
> ImportError: No module named _grabscreen
>
Well I found a partial answer on
http://www.pythonware.com/library/pil/handbook/imagegrab.htm
> The ImageGrab module can be
Hi,
It's the first time I wanted to use ImageGrab.
importing ImageGrab fails as seen below:
$ python -c "import ImageGrab"
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.6/dist-packages/PIL/ImageGrab.py", line 34, in
import _grabscreen
ImportError: No mo