Re: [lldb-dev] multiple NameErrors on lldb startup, doesn't seem to affect lldb performance

2018-06-18 Thread Greg Clayton via lldb-dev
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 > wrote: > > Here is what happens: > > > prowat% lldb modTS > (lldb) target create "modTS" > Traceback (most recent call last): > File "", line 1, in

[lldb-dev] multiple NameErrors on lldb startup, doesn't seem to affect lldb performance

2018-06-15 Thread Peter Rowat via lldb-dev
Here is what happens: prowat% lldb modTS (lldb) target create "modTS" Traceback (most recent call last): File "", line 1, in File "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python/lldb/__init__.py", line 98, in import six ImportError: No module named