Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: > import lldb causes an ImportError to be raised. Version-Release number of selected component (if applicable): [mulhern@localhost ~]$ python --version Python 2.7.13 How reproducible: Consistently. Steps to Reproduce: 1. dnf install python-lldb 2. dnf install rust-lldb (probably not necessary, but I did do this) 3. python >>> import lldb Actual results: [mulhern@localhost ~]$ python Python 2.7.13 (default, Jan 12 2017, 17:59:37) [GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import lldb Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/lldb/__init__.py", line 43, in <module> _lldb = swig_import_helper() File "/usr/lib64/python2.7/site-packages/lldb/__init__.py", line 42, in swig_import_helper return importlib.import_module('_lldb') File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named _lldb >>> Expected results: Successful import. Additional info:
I uninstalled python-lldb which removed packaged python-lldb and rust-lldb. I reinstalled python-lldb and it installed exactly python-lldb, no rust-lldb. Then when I imported I got the identical error, which is not surprising.
This message is a reminder that Fedora 25 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 25. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '25'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 25 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 25 changed to end-of-life (EOL) status on 2017-12-12. Fedora 25 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.