|
From: Josef M. <jm...@ho...> - 2002-04-27 15:31:17
|
> um, then add the directory that contains python to your $PATH. > you should be able to invoke python from anywhere then, and the scripts > that you first referred to should now work. I just did it but this error is still there: make[1]: Entering directory `/usr/local/python/2.1.3/python-ldap-1.10alpha3/Modules' make[1]: *** No rule to make target `/usr/local/lib/python2.1/config/Makefile', needed by `sedscript'. Stop. make[1]: Leaving directory `/usr/local/python/2.1.3/python-ldap-1.10alpha3/Modules' make: *** [boot] Error 2 It is looking for Makefile in /usr/local/lib/python2.1/config/, but that's not the directory where my python is installed. This line is also wrong: checking python version... 2.1 I have python 2.1.3 and not 2.1. |