Re: Python 2.6.4: ./configure does not work

2009-10-31 Thread Ned Deily
In article , knipknap wrote: > Huh, looks like the .bz2 package is broken (even though the md5 is > fine). The .gz works fine. Hmm, the .bz2 from the official download page http://www.python.org/download/releases/2.6.4/ seems to have a perfectly good README and Makefile.pre.in. Problem with

Re: Python 2.6.4: ./configure does not work

2009-10-31 Thread knipknap
On 31 Okt., 11:40, Albert Hopkins wrote: > Which sources are you referring to?  Can you verify the checksums: > > 17dcac33e4f3adb69a57c2607b6de246  13322131  Python-2.6.4.tgz > fee5408634a54e721a93531aba37f8c1  11249486  Python-2.6.4.tar.bz2 > > There is a README at the root of the tarball: Huh,

Re: Python 2.6.4: ./configure does not work

2009-10-31 Thread Albert Hopkins
On Sat, 2009-10-31 at 03:07 -0700, knipknap wrote: > Hi, > > Running ./configure in the 2.6.4 sources produces the following error: > > config.status: error: cannot find input file: Makefile.pre.in > > Indeed, such a file is not contained anywhere in the Pakage. Which sources are you referring