[PyQt] configure PyQt with anaconda

scott zimmerman scottz1 at hotmail.com
Sat Jan 9 03:04:51 GMT 2016


Previously I edited the environment variable with the system app, and then VS command prompt prepended other folders to the front of the path. So now in that same command prompt, I did this to put the bin folder on the very front of the path.
 
1. changed dir into the pyqt folder
2. path=\python\qt\5.5\msvc2013_64\bin;%path%
3. python configure.py
 
gets error "PyQt5 requires Qt v5.0."
 
From: scottz1 at hotmail.com
To: phil at riverbankcomputing.com
CC: pyqt at riverbankcomputing.com
Subject: RE: [PyQt] configure PyQt with anaconda
Date: Fri, 8 Jan 2016 21:59:30 -0500




It reports:
 
qmake version 3.0
using qt version 3.5.1 in c:/python/qt/5.5/msvc2013_64/lib
 
Although it reports "/lib", qmake.exe is in /bin
 
> Subject: Re: [PyQt] configure PyQt with anaconda
> From: phil at riverbankcomputing.com
> Date: Fri, 8 Jan 2016 10:11:04 +0000
> CC: pyqt at riverbankcomputing.com
> To: scottz1 at hotmail.com
> 
> On 8 Jan 2016, at 2:55 am, scott zimmerman <scottz1 at hotmail.com> wrote:
> > 
> > I've tried all these suggestions and all get errors:
> >  
> > 1. I put \Python\Qt\5.5\msvc2013_64\bin at the front of the system path; launched VS x64 native tools command prompt. Note that VS command prompt prepends several other paths at the front of the path, so the Qt path is not first.
> 
> At this command prompt run qmake -v What's the output?
> 
> Run configure.py with the --verbose option to see the detail of what's goin wrong.
> 
> Phil
> 
 		 	   		   		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160108/5b534033/attachment.html>


More information about the PyQt mailing list