[PyQt] PyQt5 installation on Windows

Phil Thompson phil at riverbankcomputing.com
Sun Jan 24 16:24:15 GMT 2016


On 24 Jan 2016, at 4:07 pm, scott zimmerman <scottz1 at hotmail.com> wrote:
> 
> Are there plans to fix configure.py so it works on Windows?
>  
> 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.
> 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!
>  
> 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.

--qmake isn't even an option when running on Windows. It will use the first qmake on PATH.

Phil


More information about the PyQt mailing list