Compiler

I am running Angstrom on the beagleboard and when I try to add a
program onto the beagleboard via flash drive I see there is no c
compiler to compile my program(which is python). So thats where the
problem arises, is there a certain c compiler that I need or is there
another way I could get python to work on my beagleboard?

I am running Angstrom on the beagleboard and when I try to add a
program onto the beagleboard via flash drive I see there is no c
compiler to compile my program(which is python). So thats where the
problem arises, is there a certain c compiler that I need or is there
another way I could get python to work on my beagleboard?

opkg update; opkg install python

This assumes you have an internet connection. If you don't, you need
to copy all the ipk files to your SD card.

Philip