This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients alexis, eric.araujo, ronaldoussoren, tarek
Date 2012-05-23.09:38:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337765930.75.0.694558770649.issue14887@psf.upfronthosting.co.za>
In-reply-to
Content
The pysetup3 command gives a fairly unfriendly error message with python traceback when you specify an unknown command:


pysetup3 instal
Unrecognized action "instal"
Traceback (most recent call last):
  File "/Library/Frameworks/PythonDev.framework/Versions/3.3/lib/python3.3/packaging/run.py", line 647, in main
    dispatcher = Dispatcher(args)
  File "/Library/Frameworks/PythonDev.framework/Versions/3.3/lib/python3.3/packaging/run.py", line 401, in __init__
    raise PackagingArgError(msg)
packaging.errors.PackagingArgError: Unrecognized action "instal"


The traceback is not useful for the user of the script and should therefore not be shown.


BTW. It would also be nice if 'pysetup3 help' would give the same output as 'pysetup3 --help', similar to how 'hg help' behaves.
History
Date User Action Args
2012-05-23 09:38:50ronaldoussorensetrecipients: + ronaldoussoren, tarek, eric.araujo, alexis
2012-05-23 09:38:50ronaldoussorensetmessageid: <1337765930.75.0.694558770649.issue14887@psf.upfronthosting.co.za>
2012-05-23 09:38:50ronaldoussorenlinkissue14887 messages
2012-05-23 09:38:49ronaldoussorencreate