PIL problems

2007-02-15 Thread Jamie Bohr
I am trying to allow JPEG's to be used for portraits inside of Plone. I have Googled and found I need to install the Pytphon Imaging Library (PIL); after that all should be good. I did that, but I an error that tells me there is a missing library. The below is a log of what I did. From what I

Re: PIL problems

2006-06-24 Thread Fredrik Lundh
defcon8 wrote: > The error I get is: > > Traceback (most recent call last): > File "realautomata.py", line 72, in ? > nim.putdata(y) > File "C:\Python24\Lib\site-packages\PIL\Image.py", line 1120, in > putdata > self.im.putdata(data, scale, offset) > TypeError: too many data entries

PIL problems

2006-06-23 Thread defcon8
Hello. I have been trying to use PIL's .putdata() method and I have been having some problems. The error I get is: Traceback (most recent call last): File "realautomata.py", line 72, in ? nim.putdata(y) File "C:\Python24\Lib\site-packages\PIL\Image.py", line 1120, in putdata self.im.pu