On Tue, Mar 24, 2009 at 8:57 PM, Istvan Albert <istvan.alb...@gmail.com> wrote: > Does it not bother you that a module that uses relative imports cannot > be run on its own anymore?
$ python --help <snip> -m mod : run library module as a script (terminates option list) <snip> $ python -m some.module.name Works perfectly fine with relative imports. - Max -- http://mail.python.org/mailman/listinfo/python-list