<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Are there plans to fix configure.py so it works on Windows?<BR> <BR>1. anaconda appends it's own bin directory to the front of the path returned by os.environ.get in _find_exe. That causes the script to see the old version of qmake.<BR>2. TargetConfiguration.__init__ is called in main before parsing the command line. Since _find_exe does find an old qmake.exe, it ignores the --qmake option!<BR> <BR>Running the script from Visual Studio x64 command prompt doesn't work because of #1. Running the script with --qmake doesn't work because of #2.<br> <br> <BR>                                     </div></body>
</html>