Run this in the terminal:

% pip install six

Let me know if that fixes it.

Greg


> On Jun 15, 2018, at 1:36 PM, Peter Rowat via lldb-dev 
> <lldb-dev@lists.llvm.org> wrote:
> 
> Here is what happens:
> 
> 
>  prowat% lldb modTS
> (lldb) target create "modTS"
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File 
> "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python/lldb/__init__.py",
>  line 98, in <module>
>     import six
> ImportError: No module named six
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> NameError: name 'run_one_line' is not defined
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> NameError: name 'run_one_line' is not defined
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> NameError: name 'run_one_line' is not defined
> Traceback (most recent call last):
> ..
> ..
> ..  (at least 100 repetitions) ..
> ..
> ..
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> NameError: name 'run_one_line' is not defined
> Current executable set to 'modTS' (x86_64).
> (lldb)
> 
> ===============
> Exactly the same output appears when lldb is started by:
> ==============
> (lldb) process attach -n modTS
> 
> ==================================
>  prowat% lldb -v
> lldb-902.0.79.7
>   Swift-4.1
> ===============
> 
> This is a nuisance but LLDB is still usable.
>  
> ====
> OSX 10.13
> Peter 
> 
> 
> 
> _______________________________________________
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to