<div dir="ltr">Okay Phil, I'm still here, sorry if I'm bothering too much, but as more as I read, seems like pyqtdeploy is my only option to convert PyQt5 into Qt C++ code.<div><br></div><div>Now, I setup sysroot.json to use my existing Qt installation, then, It was complaining about Python, as I tried to use Python-3.7.0.tar.xz, and got the same error as on Qt because it is an xz, however, I downloaded Python-3.7.0.tgz, the pyqtdeploy was able to extract that one (Still not too much clues about why Python cannot extract .xz files, the error message was "Unknown file format", I built my own Python (Python 3.7.0), so I'm thinkking I did something wrong there.</div><div><br></div><div>Now the pyqtdeploy is complaining when building Python, it says:</div><div><br></div><div><div>Python/sysmodule.c: In function ‘_PySys_BeginInit’:</div><div>Python/sysmodule.c:2303:60: error: ‘_PYTHONFRAMEWORK’ undeclared (first use in this function)</div><div>     SET_SYS_FROM_STRING("_framework", PyUnicode_FromString(_PYTHONFRAMEWORK));</div></div><div><br></div><div>Then a bunch of notes and the final error of make returning non-zero exit status. No clue about this on google, any other hint?</div><div><br></div><div>And I really appreciate your time Phil, thank you</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">El jue., 2 ago. 2018 a las 10:50, Phil Thompson (<<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2 Aug 2018, at 3:34 pm, Ronald Petit <<a href="mailto:elronaldpetit@gmail.com" target="_blank">elronaldpetit@gmail.com</a>> wrote:<br>
> <br>
> I'm seeing on the pyqtdeploy plugin that there's a "qt_dir" option to use an existing qt installation, I can just build the fresh Qt and then use that, I think is easier, but I think build-demo.py doesn't support qt_dir, or this qt_dir is an environmental variable?<br>
<br>
Look in the demo's sysroot.json file.<br>
<br>
Phil</blockquote></div>