<div dir="ltr"><div><div>Hi,<br><br>I've just compiled lldb with python support for Windows.   When launched, it produces this error:<br><span style="font-family:monospace,monospace">Traceback (most recent call last):<br>  File "<string>", line 1, in <module><br>ImportError: No module named lldb.embedded_interpreter<br></span><br></div><div>The source of the message seems to be this line in ScriptInterpreterPython::InitializePrivate:<br><span style="font-family:monospace,monospace">PyRun_SimpleString ("sys.dont_write_bytecode = 1; import lldb.embedded_interpreter; ...</span><br></div><br></div><div>The only place I could find <span style="font-family:monospace,monospace"> lldb.embedded_interpreter</span> being registered is in ScriptInterpreterPython::GetEmbeddedInterpreterModuleObjects(), <br></div><div>but InitializePrivate() definitely doesn't call that.   So how's it supposed to work?<br><br></div><div>thanks<br></div></div>