Use this tag for questions about the pyqtdeploy utility, which is a development tool for deploying PyQt applications to desktop and mobile platforms.
Questions tagged [pyqtdeploy]
31 questions
12
votes
1 answer
Deploying PyQt5 application to Android via pyqtdeploy and Qt5
Is it possible? I mean, yeah, pyqtdeploy intro page said: "pyqtdeploy is a tool for deploying PyQt applications. It supports deployment to desktop platforms (Linux, Windows and OS/X) and to mobile platforms (iOS, Android and Windows RT)."
I've…

broomrider
- 614
- 1
- 7
- 16
5
votes
1 answer
pyqtdeploy: Unable to detect MSVC2015 or MSVC2017
I'm trying pyqtdeploy for the first time, following the docs.
I'm getting the following error when running build-demo.py:
C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\Lib\site-packag
es\pyqtdeploy\demo>python…

computernoob
- 420
- 4
- 18
4
votes
1 answer
pyqtdeploy : TypeError: expected str, bytes or os.PathLike object, not NoneType
I have recently updated pyqtdeploy to its latest version (3.1.0)
Unfortunately I get an error code that I can't solve.
$ pyqtdeploy
Traceback (most recent call last):
File "/home/sergent/.local/bin/pyqtdeploy", line 8, in
…

Benoît Eirik
- 65
- 6
3
votes
1 answer
General error during conversion: Unsupported class file major version 61 in Linux when I build an android app
I'm making an android app by using pyqtdeploy in Linux.
I'm using java 17 and gradle 7.1.1 and androidpyqtdeploy occurs this error.
General error during conversion: Unsupported class file major version 61
java.lang.IllegalArgumentException:…

askaskaskask
- 31
- 1
- 3
3
votes
1 answer
pyconfig.h fatal error 'io.h' file not found
I've successfully generated a .pro file with pyqtdeploy, so I opened the file with Qt Creator.
Android configuration on Qt Creator has no problem, but I get this error pyconfig.h fatal error 'io.h' file not found when I try to build the apk (by the…

just_be_happy
- 592
- 1
- 6
- 19
2
votes
1 answer
pyqtdeploy won't create project file
I have been trying to use pyqtdeploy to port a Python program to Android, but can't seem to make it work.
I am using Python 3.7.5 and I have installed pyqtdeploy through pip install.
I have launched the command:
pyqtdeploy myproject.pyd
But it does…

LususNaturae
- 21
- 4
2
votes
0 answers
pyqtdeploy: Fails when configuring qt
I'm trying to compile a pyqt5 application following the pyqtdeploy documentation but no success.
When running build-demo.py, it produces an error when qt is been configured.
I have downloaded all the correct and required tarballs for demo.
Also, if…

SorinT
- 53
- 1
- 6
2
votes
0 answers
PyQt5 to android with pyqtdeploy
I'm trying to port my application to android. I run pyqtdeploy-build command, then I should use qmake on .pro file if I understand correctly. Here is a problem, qmake, make, nmake are unrecognizable.
I read there is some way to use QtCreator, but it…

Plajerity
- 161
- 2
- 11
2
votes
1 answer
Build Tab missing in pyqtdeploy
I'm trying to deploy my PyQt5 application using pyqtdeploy. The pyqtdeploy GUI shows up, but there is no tab for Build. I have tried in different computers, but the Build tab is still not there. What is the problem?

Nuh Yamin
- 343
- 3
- 15
2
votes
1 answer
Building a program using pyqtdeploy
I am experimenting compile a program that was created using python 2.7.3. I usually use PyInstaller which works great, but want to experiment building the same program using pyqtdeploy. I followed the minimal instructions provided by the website,…

Nader
- 660
- 1
- 11
- 17
2
votes
1 answer
PyQtDeploy "Unable to copy file"
First time I build an application for Windows, so I used Python+pyqt5 since I had good experience with C++/Qt5 on Linux.
I'm now trying to get an executable for deployment, but the one generated py2exe complained about missing the Qt Windows plugin.…

Afiefh
- 920
- 1
- 7
- 15
1
vote
0 answers
PyQt6 on ChromeOS (Without dev) using pyqtdeploy?
I wanna make an app that supports as many OS as possible(Windows, iOS, macOS, ChromeOS) so I'm trying out PyQt6 but also need it to work on a Chrome OS WITHOUT DEVELOPER MODE. With my experience with chromebooks, some apps in the play store…

AzlanCoding
- 209
- 2
- 11
1
vote
0 answers
How to use pyqtdeploy to freeze pyqt app?
I have a project like this in below
And I want to freeze it to windows,android,ios app by pyqtdeploy.
There is few articles talk about how to freeze it,and official articles is very obscure for me, Can someone know how to use it to freeze app ?

jett chen
- 1,067
- 16
- 33
1
vote
1 answer
sip-install failing with exit code 1 and an unclear error message
I'm trying to run pyqtdeploy and am getting an unclear error message. I downloaded all of the dependencies and tried to build the demo application with:
python build-demo.py --verbose
Running 'make…

user3478306
- 29
- 5
1
vote
2 answers
AttributeError: module 'importlib' has no attribute 'util' II
I have a problem very similar to this one but I'm not about using gcloud but I'm trying to run pyqtdeploy.
I'm facing a strange problem: Running
>>> import importlib
>>> importlib.util.spec_from_file_location()
gives me
Traceback (most recent call…

frans
- 8,868
- 11
- 58
- 132