Bug#585926: python-gst0.10: steals command line option -h

2010-12-05 Thread Alexandre Rossi
Hi, I cannot reproduce anymore on my computer : python-gst0.100.10.19-2 libgstreamer0.10-00.10.30-1 Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#585926: python-gst0.10: steals command line option -h

2010-06-14 Thread Alexandre Rossi
Package: python-gst0.10 Version: 0.10.18-2 Severity: normal Hi, As shown by this example script, importing pygst steals the '-h' command line switch. The program: -- $ cat cpgst.py from optparse import OptionParser import sys if len(sys.argv) 2 and sys.argv[2] == 'gst': print importing