[Image-SIG] SunOS Problem?

Fredrik Lundh fredrik@pythonware.com
Wed, 13 Oct 1999 10:02:54 +0200


Torsten Gallmeister <galle@rostock.zgdv.de> wrote:
> if I execute the code below with Pyhton1.5.2 and PIL-1.0 at SunOS 5.6
> and I only get an black rectangle. With Linux does it work. Is this an
> known problem or is there another solution to put colors in a new
> image?

it was a known problem in the 1.0 betas, but
I thought this has been fixed in 1.0 final ?

can you check that you're really using the
latest and greatest version?

(Image.VERSION should be "1.0", and the history
log at the top of Image.py should have an entry
saying: # 99-07-28 fl PIL release 1.0 final)

</F>