Home | History | Annotate | Download | only in distutils

Lines Matching refs:DistutilsArgError

17 from distutils.errors import (DistutilsOptionError, DistutilsArgError,
435 command-line raises DistutilsArgError. If no Distutils commands
436 were found on the command line, raises DistutilsArgError. Return
485 raise DistutilsArgError, "no commands supplied"
525 raise DistutilsArgError, msg