[beagleboard] Python on Angstrom

Hello,

         I'm puling together an Angstrom distro for my work and I have
a strange problem in that I cannot import glob on my python
(everything else seems to work though). Has anyone else seen this -
any tips gratefully accepted :).

Cheers,

Neil

Is the 'python-shell' package installed?

regards,

Koen

~/oe/openembedded/recipes/python $ grep -i 'glob' *
python-2.6-manifest.inc:FILES_python-shell="${libdir}/python2.6/cmd.*
${libdir}/python2.6/commands.* ${libdir}/python2.6/dircache.*
${libdir}/python2.6/fnmatch.* ${libdir}/python2.6/glob.*
${libdir}/python2.6/popen2.* ${libdir}/python2.6/shlex.*
${libdir}/python2.6/shutil.* "

python-shell seems to be the package you want

Regards,
Michael