Posted 2005-07-17T17:17:39+01:00 in unix

Python distutils gotcha

Running debian and you get an error message like: “invalid Python installation: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory)”

You can fix that by installing the python2.4-dev package. Apparently the default binary package was stripped from some essential files….