tfiala added a comment. In http://reviews.llvm.org/D20193#429903, @zturner wrote:
> It can't find six, I guess because it's trying to run a script directly > rather than loading it as part of a package, so it never runs `import > use_lldb_suite`. Ah of course. And this runs on OS X because six is part of the default Python site installation. So an 'import use_lldb_suite' at the top of the event_collector file fixes it for you? http://reviews.llvm.org/D20193 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits