import ImageGrab fails on Ubuntu 10.4

News123 news1234 at free.fr
Sun Oct 31 12:04:36 EDT 2010


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




More information about the Python-list mailing list