Description of problem: Try to use the bugzilla command. The issues is caused by the #!/usr/bin/python3 line at the beginning of the file. There is no bugzilla module in python3 site-packages. Version-Release number of selected component: python-bugzilla-1.0.0-1.fc20 Additional info: reporter: libreport-2.2.0 cmdline: /usr/bin/python3 -tt /usr/bin/bugzilla --user=vpodzime executable: /usr/bin/bugzilla kernel: 3.13.6-200.fc20.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: bugzilla:35:<module>:ImportError: No module named 'bugzilla' Traceback (most recent call last): File "/usr/bin/bugzilla", line 35, in <module> import bugzilla ImportError: No module named 'bugzilla' Local variables in innermost frame: SSLError: <class 'requests.exceptions.SSLError'> __builtins__: <module 'builtins' (built-in)> __file__: '/usr/bin/bugzilla' __doc__: None print_function: _Feature((2, 6, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 65536) re: <module 're' from '/usr/lib64/python3.3/re.py'> getpass: <module 'getpass' from '/usr/lib64/python3.3/getpass.py'> socket: <module 'socket' from '/usr/lib64/python3.3/socket.py'> optparse: <module 'optparse' from '/usr/lib64/python3.3/optparse.py'> os: <module 'os' from '/usr/lib64/python3.3/os.py'> __name__: '__main__' locale: <module 'locale' from '/usr/lib64/python3.3/locale.py'> ProtocolError: <class 'xmlrpc.client.ProtocolError'> basestring: (<class 'str'>, <class 'bytes'>) __loader__: <_frozen_importlib.SourceFileLoader object at 0x7f794d5b9450> sys: <module 'sys' (built-in)> Fault: <class 'xmlrpc.client.Fault'> __cached__: None logging: <module 'logging' from '/usr/lib64/python3.3/logging/__init__.py'> __package__: None tempfile: <module 'tempfile' from '/usr/lib64/python3.3/tempfile.py'>
Created attachment 879758 [details] File: backtrace
*** This bug has been marked as a duplicate of bug 1081594 ***