pyqtdeploy

pyqtdeploy: Unable to detect MSVC2015 or MSVC2017

匆匆过客 提交于 2021-02-07 18:24:47
问题 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 build-demo.py pyqtdeploy-sysroot: Unable to detect MSVC2015 or MSVC2017. The py file seems to be getting Environment variables from the os module, as running the same command in python console it works fine. Somehow pyqtdeploy is having a problem with this. I have the

Deploying PyQt5 application to Android via pyqtdeploy and Qt5

China☆狼群 提交于 2020-01-03 08:15:07
问题 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 installed Qt 5.3.0 for Android and all it's prerequisites (SDK, NDK, etc.). Also I made test project with simple button and label in QtCreator for testing deployment. Everything is fine. Next step was trying pyqtdeploy for making Qt project, pretty