[PyQt] PyQt5 installation on Windows

scott zimmerman scottz1 at hotmail.com
Sun Jan 24 16:07:43 GMT 2016


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.
 
 
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160124/ea5fb99c/attachment.html>


More information about the PyQt mailing list