[PyQt] pyqtdeploy building demo problem with NDK

Phil Thompson phil at riverbankcomputing.com
Thu Aug 2 14:14:58 BST 2018


On 2 Aug 2018, at 2:06 pm, Ronald Petit <elronaldpetit at gmail.com> wrote:
> 
> Thanks for your answers Phil.
> 
> Now, targeting my host system, I'm getting "Unable to unpack qt-everywhere-src-5.11.0.tar.xz", I tried to unpack it myself, and takes like a minute just to open the package manager, is there a way to tell pyqtdeploy-sysroot to use an already extracted folder?.

Only by providing your own Qt plugin for pyqtdeploy-sysroot that does what you want.

What do you mean by "the package manager"?

> In the verbose output it says "unknown archive format" but I was able to extract it by myself, I also tried redownloading it, but seems to be too large.

I assume the error message is coming from Python which suggests your Python installation doesn't support .xz archives.

Phil



More information about the PyQt mailing list