[Python-Dev] Re: release22-maint branch broken (original) (raw)

A.M. Kuchling amk@amk.ca
Fri, 22 Nov 2002 08:30:08 -0500


Tim Rice wrote:

raise DistutilsPlatformError(mymsg) distutils.errors.DistutilsPlatformError: invalid Python installation: unable to open /usr/local/lib/python2.2/config/Makefile (No such file or directory) gmake: *** [sharedmods] Error 1

The revised version of sysconfig.py figures out if it's in the build directory by looking for a landmark file; the landmark is Modules/Setup. Does that file exist?

--amk