Catch failure to open installed Makefile, and report it as a
authorGreg Ward <gward@python.net>
Tue, 23 May 2000 23:14:00 +0000 (23:14 +0000)
committerGreg Ward <gward@python.net>
Tue, 23 May 2000 23:14:00 +0000 (23:14 +0000)
commita570c059976b4ed402f2edc7c44b378475ae50a6
treec3f296ea61d97118429e0c1e247f1d331ea4cc82
parentf1dc5fa2c8d97e3618a0a260e9f831e5e2fae554
Catch failure to open installed Makefile, and report it as a
DistutilsPlatformError: "invalid Python installation".  (This will
happen on Red Hat-ish systems where the python-devel package is not
installed.)
Lib/distutils/sysconfig.py