Public bug reported:

uniconvertor's __init__.py unconditionally tests sys.argv, and if it is
found lacking (wrong number of args, etc.), the script calls sys.exit.
This wouldn't be much of a problem except that when you run
'help("modules")' in the Python interpreter, it tries to import every
module it can find, and when it imports uniconvertor, the interpreter
suddenly quits. (Tangentially, this also breaks zsh's tab-completion
script for arguments to 'python -m'.)

** Affects: python-uniconvertor (Ubuntu)
     Importance: Undecided
         Status: New

-- 
python-uniconvertor exits interpreter on import
https://bugs.launchpad.net/bugs/300141
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to