Hi, why does
>>> import compiler
>>> compileFile("foo.py")complain name 'compileFile' not defined. But >>>from compiler import * works. Why? (I did read the tutorial, it seems to say "import module" should work. Thank you, Mark -- http://mail.python.org/mailman/listinfo/python-list
