How to import lldb in a python script
问题 According to LLDB main page, LLDB can be imported in a python script like this: import lldb After installing LLDB from a release package (on Lubuntu 15.04: sudo apt-get install lldb), I get the following error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/lldb/__init__.py", line 52, in <module> _lldb = swig_import_helper() File "/usr/lib/python2.7/dist-packages/lldb/__init__.py", line 44, in swig_import_helper ImportError: No