I am trying to install python with make install DESTDIR=/home/blah

./python -E ./setup.py install \
                --prefix=/ \
                --install-scripts=//bin \
                --install-platlib=//lib/python2.6/lib-dynload \
                --root=//home/blah
running install
running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers

Failed to find the necessary bits to build these modules:
_tkinter           bsddb185           dl
imageop            sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for
the module's name.

running build_scripts
running install_lib
creating /lib/python2.6
error: could not create '/lib/python2.6': Permission denied
make: *** [sharedinstall] Error 1
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to