> In that specific case, you're looking for a module 'bar' in the 'foo' > package, which should be located somewhere on sys.path. > > http://docs.python.org/tutorial/modules.html > > That covers it pretty well. Aha! 'packages'! That makes sense. Thanks, --Steve