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 "<string>", line 1, in <module> File "/usr/lib/python2.6/dist-packages/PIL/ImageGrab.py", line 34, in <module> import _grabscreen ImportError: No module named _grabscreen $ Is this an issue for all Ubuntu 10.4 releases or is this only failing on my host? Thanks in advance -- http://mail.python.org/mailman/listinfo/python-list