问题标签 [qpython]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 你能更新Python3的QPython3版本吗?
我想在 Qpython3 上安装 biopython,但它说我有 python 3.2 并且需要 3.3 或更高版本。没有更高版本的 QPython3 版本吗?我可以以某种方式更新它吗?-谢谢
android - 在 android 平板电脑上打开 Qpthon 3 中的文本文件
我是学习编码并从 Python 2.7 开始的新手。如何在 Qpython 3 中打开文本文件?
我从中得到的只是错误消息。
kivy - Kivy on Qpython3 (Android)
How I can use the Kivy framework in Qpython3 (Python 3.2 for android) app? I know that Qpython (Python 2.7 for android) app support this framework. pip_console don't install kivy. I have an error, when I try to install it. Please help me.
android - Qpython Plyer GPS - 调用 gps.start() 方法时崩溃
我的目标是使用 python 模块Plyer(版本 1.2.4 )了解我的 Nexus 5(Andrid 5.1.1 )的地理坐标。
所以我在我的智能手机上安装了解释器QPython2.7(版本 1.0.6 ),并受 Plyer 文档https://plyer.readthedocs.org/en/latest/#plyer.facades.GPS上的示例启发编写了以下代码. Qpyton2.7 安装包括我在代码中使用的Kivy模块(版本 1.8.0 )。
我期望该程序做什么:
当我按下按钮时,程序将启动位置更新,当我再次按下它时,程序将停止更新。当程序更新位置时,它会调用 loc() 方法将按钮文本值更新为当前位置。
该程序的真正作用:
它在 gps.start() 调用时崩溃。
笔记:
该程序不会在 gps.configure() 之前的调用中崩溃。Plyer 模块的方法 vibrator.vibrate() 工作正常!
报错:
...
文件“jnius_export_class.pxi”,第 562 行,在 jnius.jnius.JavaMethod 中。call (jnius/jnius.c:17724) 文件“jnius_export_class.pxi”,第 656 行,在 jnius.jnius.JavaMethod.call_method (jnius/jnius.c:18722) 文件“jnius_utils.pxi”,第 43 行,在 jnius。 jnius.check_exception (jnius/jnius.c:3175) jnius.jnius.JavaException: 发生 JVM 异常
编码:
python - 如何使用 pip-console 安装库?
我从 GitHub 下载了一些 python 库包(例如 uncompile2)。如何使用 pip-console 从我的 android 设备中的目录将它安装到 Qpython 中?或者至少尝试安装...
turtle-graphics - 海龟和 QPython
我已经在我的电脑(有 Windows 8 操作系统)上玩了一段时间的基本 Python(2.3),但我的电脑坏了,我现在只有我的 Android Kitkat 平板电脑。
我下载了 Qpython 并一直在使用它,但是当我尝试导入并启动 turtle 时 - 就像我一直在我的 PC 上所做的那样,它只是运行:
还有另一种在 QPython 上运行 turtle 的方法吗?还是海龟不能在安卓上运行?
android - 在 Android 终端中运行 Python for Android (Qpython)
Python for Android (Py4A 2.6) 太棒了!!!但是 QPython (2.7) 要强大得多,而且还在不断发展。现在我尝试将 Qpython 的 Python 集成到本教程中描述的 Android(5.1 CM12)终端/ADB:http://wiki.qpython.org/en/diveinto/
我导入环境变量 qpython 需要的脚本如下所示:
外壳会话:
我没有输出。
我在 Stackoverflow 上找到了同样的问题,但发布的解决方案是一个链接如何关闭。
其他仅抛出错误的教程 http://dinostest.com/node/28
android - 在 Android 中使用 QPython 的位置不会返回 GPS 坐标 - 只有“网络”
我正在我的安卓手机上使用 QPython 编写一个非常简单的脚本。我想提取我当前位置的 GPS 坐标。但是,该脚本只输出“网络”坐标,而不是 GPS。这是代码片段:
我尝试了最短更新时间,例如:droid.startLocating(10000, 0)
增加等待时间eventWaitFor()
,移动但我得到的唯一坐标是“网络”。有没有办法“强制”返回 GPS 坐标?
android - Android Moto G 手机上的 Kivy QPython 应用程序 - 无日志输出
从 QPython 启动器运行时,我的 Kivy 应用程序遇到了一些问题。
如果我运行标准 pong 示例,我看不到任何输出。
这曾经奏效。因此,我怀疑 QPython 或 Kivy 进行了“升级”,这已经破坏了某些东西。
在过去,我可以向下滑动以查看日志输出图标。但是,现在已经不存在了。干得好 QPython,基维!!!!
那么,发生了什么变化?而且,我应该如何检查程序日志输出以查看它为什么不再运行?
问候
缺口