Bug 1081931 - [abrt] python-bugzilla: bugzilla:35:<module>:ImportError: No module named 'bugzilla'
Summary: [abrt] python-bugzilla: bugzilla:35:<module>:ImportError: No module named 'bu...
Keywords:
Status: CLOSED DUPLICATE of bug 1081594
Alias: None
Product: Fedora
Classification: Fedora
Component: python-bugzilla
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Will Woods
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:50e21cc5a4974b4f2f7d75bba0d...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-28 08:22 UTC by Vratislav Podzimek
Modified: 2014-03-28 08:40 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-03-28 08:40:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.24 KB, text/plain)
2014-03-28 08:22 UTC, Vratislav Podzimek
no flags Details

Description Vratislav Podzimek 2014-03-28 08:22:21 UTC
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'>

Comment 1 Vratislav Podzimek 2014-03-28 08:22:26 UTC
Created attachment 879758 [details]
File: backtrace

Comment 2 Vratislav Podzimek 2014-03-28 08:40:22 UTC

*** This bug has been marked as a duplicate of bug 1081594 ***


Note You need to log in before you can comment on or make changes to this bug.