[Distutils] Re: Building PIL with Distutils
Greg Ward
gward@cnri.reston.va.us
Mon, 7 Feb 2000 17:15:01 -0500
On 07 February 2000, Fredrik Lundh said:
> it's in the source distribution: ImConfig.h.win
D'oh! It does help to use one's eyeballs. Anyways, all you Windows
people, please try out the new snapshot with the PIL setup script.
You'll have to manually rename ImConfig.h.win to ImConfig.h before
running the setup script.
> (don't have time to look at the new distutils kit right now,
> but I'll make a serious attempt to add it to the upcoming
> PIL 1.0.1 release -- maybe as soon as later this week. please
> let me know if you think it's too soon...).
Here's the deal: if you are one of the brave ones to adopt Distutils
before it's part of Python 1.6 (ie. before 1.6 is released), then I'll
give you really super-duper support. Just ask Paul Dubois or Andrew
Kuchling. ;-) If you put it off, then you'll have to read the manual
that I'll eventually write, just like everyone else.
Of course, there may still be incompatible changes in the setup script
between now and then. (I can guarantee there will be incompatible
changes in the command-line UI and the extension API, but that doesn't
worry me at this early stage.)
Greg