<div dir="ltr">Thanks you for that Information Phil, I will build my python with that dev package.<div><br></div><div>Do you have an estimated release date for pyqtdeploy 2.2?, or I will need to wait a while?</div><div><br></div><div>And @Kalman Viktor, thank you for your support too, that's the way I was doing it, but I supposed I wasn't able to built the demo because of Python 3.7</div></div><br><div class="gmail_quote"><div dir="ltr">El vie., 3 ago. 2018 a las 3:14, 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 3 Aug 2018, at 6:04 am, Ronald Petit <<a href="mailto:elronaldpetit@gmail.com" target="_blank">elronaldpetit@gmail.com</a>> wrote:<br>
> <br>
> 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.<br>
> <br>
> 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.<br>
<br>
As I said, you have to have the xz support available when building Python (the xz-devel package on Red Hat).<br>
<br>
> Now the pyqtdeploy is complaining when building Python, it says:<br>
> <br>
> Python/sysmodule.c: In function ‘_PySys_BeginInit’:<br>
> Python/sysmodule.c:2303:60: error: ‘_PYTHONFRAMEWORK’ undeclared (first use in this function)<br>
>      SET_SYS_FROM_STRING("_framework", PyUnicode_FromString(_PYTHONFRAMEWORK));<br>
> <br>
> 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?<br>
<br>
pyqtdeploy v2.1 does not support Python v3.7.0. v2.2 will. The latest version supported by v2.1 is v3.6.4.<br>
<br>
Phil</blockquote></div>