Re: Reg: PIL2.4 Error: AttributeError: pixel_access

2008-12-01 Thread Kottiyath
On Dec 1, 11:20 pm, Kottiyath <[EMAIL PROTECTED]> wrote: > Hi all, >     I am facing the following problem in PIL 2.4: > Code: > img = ImageGrab.grab() > img.save("image2.jpg") > > Error: >     img.save("image2.jpg") >   File "C:\Python24\Lib\site-packages\PIL\Image.py", line 1372, in > save >    

Reg: PIL2.4 Error: AttributeError: pixel_access

2008-12-01 Thread Kottiyath
Hi all, I am facing the following problem in PIL 2.4: Code: img = ImageGrab.grab() img.save("image2.jpg") Error: img.save("image2.jpg") File "C:\Python24\Lib\site-packages\PIL\Image.py", line 1372, in save self.load() File "C:\Python24\Lib\site-packages\PIL\Image.py", line 599, in