import sys from sugar.activity.activity import get_bundle_path sys.path.append(get_bundle_path() + '/sound') from sound import * for sound in getSoundList(): print sound