[IMAGE-SIG] ANNOUNCE: PIL 0.3a3 sources now available

Case Roole cjr@bound.xs4all.nl
Mon, 2 Feb 1998 22:00:10 +0000 (GMT)


Congrats Fredrik,

Some experiences on RedHat 5.0 with source-built python1.5 and tcl/tk8.0p1:

o The 'test' directory was absent (!)
o The README introduces the demos and encourages trying them, before it 
  mentions the Tkinter embedding. This is confusing as most of the 
  demos depend on the latter.
o The python1.5 Setup has to be edited only by uncommenting the 
  WITH_PIL line. It might be a good idea to mention that the include
  path should mention the Imaging-0.3a3/libImaging directory.
o Image.py contained the line: from Types import IntType, etc.
  On UNIX Types has to be decapitalized.
o ./Tk/tkImaging.c contains a line:

   photo = Tk_FindPhoto(argv[1]);

  Dunno if this is a Tk4.2 vs Tk8.0 thing, but I got it to work by 
  adding the 'interp' as first argument:

   photo = Tk_FindPhoto(interp,argv[1]);

Look forward to 0.3beta :-).

cjr


> 
> A source kit for PIL 0.3a3 is now available from the
> pythonware site (see below).  See the README and
> CHANGES files for details.  It's been tested on Linux
> (RedHat 4.2) and Windows platforms only.
> 
> Expect a 0.3 beta soon; this release was supposed to
> be a beta, but I have a number of contributed patches
> that I have yet to incorporate. This includes a set of
> Mac patches from Jack Jansen.
>  
> Cheers /F
> fredrik@pythonware.com
> http://www.pythonware.com
> 
> 
> 
> _______________
> IMAGE-SIG - SIG on Image Processing with Python
> 
> send messages to: image-sig@python.org
> administrivia to: image-sig-request@python.org
> _______________
> 


_______________
IMAGE-SIG - SIG on Image Processing with Python

send messages to: image-sig@python.org
administrivia to: image-sig-request@python.org
_______________