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 kbriggs
Recipients kbriggs
Date 2008-11-07.13:13:38
SpamBayes Score 0.0111051
Marked as misclassified No
Message-id <1226063635.77.0.234802837689.issue4278@psf.upfronthosting.co.za>
In-reply-to
Content
I got the message:

optparse.OptionError: invalid long option string '-T0': must start with
--, followed by non-dash

This is bad - the real error was that I gave a short option which did
not have a single letter.

Also, it seems that add_option('--height-of-plot','-h') is not allowed,
because -h can only go with --help.   How do I override this?

Keith
History
Date User Action Args
2008-11-07 13:13:56kbriggssetrecipients: + kbriggs
2008-11-07 13:13:55kbriggssetmessageid: <1226063635.77.0.234802837689.issue4278@psf.upfronthosting.co.za>
2008-11-07 13:13:39kbriggslinkissue4278 messages
2008-11-07 13:13:39kbriggscreate