I'm trying to parse the command-line for arguments, but when the argument is a
flag (starts with - or --), gtk catches it and (if it isn't a gtk flag) returns

    Error on option --bla: unknown option.

How do I (1) turn off gtk's argument parsing or (2) make use of it in pygtk?

Jeff
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to