[Python-Dev] RFC: Including PIL in 1.6

Jeremy Hylton jeremy@beopen.com
Tue, 20 Jun 2000 14:33:59 -0400 (EDT)


>>>>> "AMK" == Andrew M Kuchling <akuchlin@cnri.reston.va.us> writes:

  AMK> I just compiled XEmacs 21.1.10 on a new Linux machine; you
  AMK> compile the binary, and install two packages of Elisp code (EFS
  AMK> and xemacs-base).  Then you run xemacs, do Options > Manage
  AMK> Packages > List and Install, and you get a nice list containing
  AMK> GNUS, W3, programming language modes, etc.  Pick the ones you
  AMK> want, it adds the ones needed by the ones you selected, and it
  AMK> fetches and installs them.  Easy!  Now imagine doing the same
  AMK> thing with Python modules.  Of course, we'd have to design that
  AMK> feature first...

I did the same install on my new Linux box last month.  I was
similarly pleased with the ease of installation.  Let's get working on
a design for this feature!

Jeremy