Hi all, what is the difference between saying "import foo" in an interactive prompt and starting one using "python -m foo"? The -m switch is not covered in the man page, is it even officially supported? I'm asking because one of my modules fails on import in the second version but succeeds in the first. Thanks, Simon