问题标签 [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.

0 投票
0 回答
167 浏览

android - 如何在我的 Moto G 手机上将 kivy 从 1.9.0 降级到 1.7.2?

Kivy 已升级到 1.9.0,现在我的 QPython 脚本无法运行。他们在 kivy 1.7.2 上运行良好。

我还有一个 Nexus 7 平板电脑,它仍在使用 QPython (2.7) 和 Kivy 1.7.2 并且工作正常,我想保持设备之间的兼容性。

我无法将 QPython 升级到 QPython3,因为还没有 kivy 支持。

那么,kivy的自动升级是否可以退出呢?

提前致谢!

0 投票
4 回答
3051 浏览

qpython - 在 qpython 中,如何输入“返回”字符

很基本的问题。我正在尝试使用 qpython。我可以在控制台中输入内容,但没有明显的方法可以输入返回(或输入)

0 投票
1 回答
982 浏览

android - 这是什么意思?:“pygame ImportError:没有名为 pygame 的模块”

“pygame ImportError:没有名为 pygame 的模块”

运行一个简单的 QPython 脚本时,我在我的 Android Moto G 手机上得到了这个。我应该指出这个脚本曾经可以工作 - 所以我怀疑 QPython、Android、pygame 或其他东西已经进行了自动升级,但已经坏了。

我试图在 pip 控制台中安装 pygame,但它告诉我 pygame 已经安装。

那么,到底出了什么问题!!!???

谢谢。

0 投票
1 回答
2200 浏览

android - 如何从 cmd(DroidEdit,终端)运行 android qpython 脚本?

我想从编辑器“DroidEdit”运行 qpython 脚本作为外部命令。也可以通过终端“Android 终端模拟器”的命令行。

我试过这个方法:http ://wiki.qpython.org/en/diveinto/#how-to-execute-qpythons-python-in-other-terminals

但它不工作。我首先在终端中尝试过。命令 '$python' 什么都不做,因为变量 $python 是空的。找不到命令“python”。

我的问题是,如何从 DroidEdit 作为外部命令和从 Android 终端运行“qpython 脚本”?

0 投票
0 回答
1447 浏览

android - Using QPython Console with MIT App Inventor

I am new to Android development and am using MIT App Inventor 2, as I was completely lost in the official Android development tutorials. Below is the description of the program and the problem.

I am taking an unknown number of inputs from the user (from a listPicker), which are then saved to a global list. I want to run a python code with arguments sourced from this global list. The python code then churns this data along with input from 3 other text files, and returns back a list which I want to display in the app.

I have created both the android app and the python code, but I need to link them somehow. I tried Skulpt, but I am not sure how to get the 3 files to be read into python using that. I also tried Activity Starter, but can't figure out how to get that to fire up the QPython to execute the python script with these files, and give back the output.

Any suggestions to do this, or any other tools which can be used are welcome.

0 投票
1 回答
2913 浏览

python-requests - Qpython import modules in script

I have installed qpython for android, the problem is that when I install a module with pip in the python console I can import it properly, but not when I try to import it to a script.

in console ... I type:

but in a script saved in scripts' folder, when I execute:

I get this:

import requests
ImportError: no module named requests

Can anybody help with that?

Thank you!

0 投票
1 回答
141 浏览

kivy - 如何显示脚本中发生的错误?

我想我的问题已经被问到了,但我没有找到任何关于这个的话题。当我尝试使用 kivy 的 somme 脚本时,有时会出现错误(例如未声明的变量、错误的缩进......),但 Qpython 不显示它们。我与 kivy 共进午餐:“#qpy:kivy”,因此没有控制台。但是存在日志,但它是空的。有没有办法解决这个问题?我应该添加一行来显示错误吗?

谢谢

西蒙

PS:“打印”命令也很有用,但不起作用(没有控制台)。我认为这是同样的问题。

0 投票
2 回答
1248 浏览

android - qpython 控制台无法运行 helloworld.py

我最近在我的 Android 手机上安装了QPython version-1.2.1,它在Android 4.2.2 Jelly-Bean上运行。我可以使用QPython上的控制台来执行一些 python 命令,但是在第一次安装 QPython 时运行helloworld.py脚本时遇到问题。

你好世界.py:

运行文件helloworld.py后控制台的输出是这样的:

如果从控制台调用,androidhelper 模块方法也不起作用。

0 投票
1 回答
1051 浏览

qpython - Qpython中的安装错误numpy

在使用 Python 2.7.2 的 Qpython 中;我无法安装 numpy 模块。我得到的消息是:命令 python setup.py egg_info failed with error code 2

0 投票
0 回答
248 浏览

android - 安卓 5 和 6 上的 QPython

QPython 与 Android 5 和 6 不兼容的问题一直在大肆宣传。不过,QPython 目前在 Google Play 上分发,对 Android 版本没有明确的限制。
这是否意味着在 Android 4 上测试的 QPython 脚本可以在 Android 5/6 上顺利运行?