On Tue, Mar 5, 2013 at 6:34 AM, Charles R Harris <[email protected]> wrote:
> I note that the way to access it is to run python setup.py with no > arguments. I wonder what the proper message should be in that case? Just let distutils handle it. $ python setup.py usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: no commands supplied Anyone who was expecting the interactive setup will probably complain here. -- Robert Kern _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
