我已经在我的安卓手机上安装了Google Play的最新版本QPython (2月27日)。但是当我在Qpython中启动控制台时,我得到了以下错误:
$ source /data/data/com.hipipal.qpyplus/files/bin/init.sh &&
/data/data/com.hipipal.qpyplus/files/bin/python &&
sh /data/data/com.hipipal.qpyplus/files/bin/end.sh && exit
source: not found此错误仅在运行QPython (=Python2.7.2)时出现。我也尝试过QPython3 (=Python3.2.2),在那里控制台似乎工作得很好。当我想运行基于Python2.7.x的脚本时,我需要解决这个问题。
有什么建议要怎么做吗?
发布于 2015-03-23 13:32:50
像0.9.5这样的老版本可以工作吗?
发布于 2015-03-25 14:06:48
最新版本1.0.5已经发布。
您可以从http://www.pgyer.com/qpython获得它。
它对你有效吗?
https://stackoverflow.com/questions/29049753
复制相似问题