This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Installing Python on BeagleBone

I've recently recompiled the kernel for my bone using the default .config file following Page 98 of the SDG provided by TI.  The compilation completed succesfully, and I've booted the device off of tftp and nfs.  My issue is that I'd like to install Python the target, but any variation of opkg install python or opkg install python-twisted  returns a opkg_install_cmd: cannot install package <python> response.

Has anyone run into a similar issue when recompiling the 3.2 kernel?