<div dir="ltr">Hi,<div>i build pyqt5 with qt 5.7 for python 2.7 without big problem (vs2015 )</div><div><br></div><div> * i use the online installer for qt5.7, i don't build qt5.</div><div><br></div><div> * use the cmdline from your visual or launch manually the good vcvars64.bat</div><div><br></div><div> * build sip following <a href="http://pyqt.sourceforge.net/Docs/sip4/installation.html#configuring">http://pyqt.sourceforge.net/Docs/sip4/installation.html#configuring</a></div><div><br></div><div><div>   >> C:\Python27\python.exe configure.py --platform win32-msvc2015</div><div>   >> nmake </div><div>   >> nmake install</div></div><div>   >> nmake clean (if you want)<br></div><div><br></div><div>* build pyqt5 following <a href="http://pyqt.sourceforge.net/Docs/PyQt5/installation.html#building-and-installing-from-source">http://pyqt.sourceforge.net/Docs/PyQt5/installation.html#building-and-installing-from-source</a></div><div>  >> c:\Python27\python.exe configure.py --spec win32-msvc2015</div><div>  add  --sip c:\Python27\Scripts\sip.exe if your python directory not in your path</div><div>  >> nmake   ( and make a coffee ^^ )</div><div>  >> nmake install</div><div>  >> nmake clean (if you want)</div><div><br></div><div>following Phil organisation for PyQt5 with Python3, if you want an "autonomous" package ( without QT installation for deployement ) :</div><div><br></div><div>in the PyQt5 directory, i create a Qt directory with bin plugins, qml, resources et translations directory from Qt install</div><div>and modify PyQt5 __init__.py :</div><div><br></div><div><div>import os</div><div><br></div><div>dirname = os.path.dirname(__file__)</div><div><br></div><div>env = os.environ</div><div>join = os.path.join</div><div><br></div><div>env['PATH'] = dirname+ '\\Qt\\bin;' +env['PATH'] </div><div><br></div><div><br></div><div>env['QT_QPA_PLATFORM_PLUGIN_PATH'] = join(dirname, 'Qt','plugins','platforms')</div><div>env['QML_IMPORT_PATH'] = join(dirname, 'Qt','qml')</div><div>env['QML2_IMPORT_PATH'] = join(dirname, 'Qt','qml')</div><div><br></div></div><div><br></div><div>hope help you with my horrific english</div><div>Stéphane</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-21 5:07 GMT+01:00 Bruno Araujo <span dir="ltr"><<a href="mailto:bruno96araujo@gmail.com" target="_blank">bruno96araujo@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Please !!!!<div>Well, good morrning, how can you teach me how to build pyqt5 with qt 5.7 for windows? Using python 2.7.10. Thank you very much in advance<span class="HOEnZb"><font color="#888888"><br clear="all"><div><br></div>-- <br><div class="m_1730552313452791033gmail_signature">Bruno Araujo SA</div>
</font></span></div></div>
<br>______________________________<wbr>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.<wbr>riverbankcomputing.com/<wbr>mailman/listinfo/pyqt</a><br></blockquote></div><br></div>