Re: standard Python build for Debian distributions

2002-08-14 Thread Florent Rougon
Damon Fasching <[EMAIL PROTECTED]> wrote: > Hi, Hi, To complete Chris's answer, if you want to know which Debian binary packages to install in order to get the same things as if you had installed from the source, you may want to something like: grep-available -enF Source -s Package '^python2\

Re: standard Python build for Debian distributions

2002-08-14 Thread Chris Lawrence
On Aug 14, Damon Fasching wrote: > Are there any plans to include packages like distutils in the > standard Debian distribution? distutils is in the python-dev package; there are other python-* packages with various other components of the "batteries included" Python distribution. Chris -- Chri