<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<style>
    *{
        margin: 0;
        padding: 0;
    }
    font{
        line-height: 1.6;
    }
    ul,ol{
        padding-left: 20px;
        list-style-position: inside;
    }
</style>
<div style="font-family:"微软雅黑"; line-height:1.6;">
    <div>
<div>hi Chris,</div></div><div><br></div><div>I am using source builder to build a toolchain for arm on windows 7.</div><div><br></div><div>python 2.7.13 from <a href="https://www.python.org/downloads/" _src="https://www.python.org/downloads/" style="line-height: 1.6;">https://www.python.org/downloads/</a> is installed.</div><div><br></div><div>But when I'm checking the environment using  `source-builder/sb-check`, </div><div><br></div><div>error message " error: failed to load Windows host support " shows up.</div><div><br></div><div>So source-builder/sb/options.py line 600 went wrong.</div><div><div>    overrides = None</div><div>    if os.name == 'nt':</div><div>        try:</div><div>            import windows</div><div>            overrides = windows.load()</div><div>            host_windows = True</div><div>            host_posix = False</div><div>        except:</div><div>            <b>raise error.general('failed to load Windows host support')</b></div><div>    elif os.name == 'posix':</div></div><div><br></div><div>It turns out that there is no `import windows` module.</div><div><br></div><div>I  am wondering what package is needed to import `windows'.</div><div><br></div><div>Thanks in advance.</div><div><br></div><div>tom@shanghai</div><style type="text/css">
        a#ntes-pcmail-signature-default:hover {
            text-decoration: underline;
            color: #199cff;
            cursor: pointer;
        }
        a#ntes-pcmail-signature-default:active {
            text-decoration: underline;
            color: #246fce;
            cursor: pointer;
        }
    </style><!--😀-->
</div>
</body>
</html>