|
4 | 4 | <head> |
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | | -<title>What packages QPython doesn’t support NOW ? — QPython 0.9 documentation</title> |
| 7 | +<title>FAQ — QPython 0.9 documentation</title> |
8 | 8 | <link rel="stylesheet" href="../static/css/theme.css" type="text/css" /> |
9 | 9 | <link rel="top" title="QPython 0.9 documentation" href="../index.html"/> |
10 | 10 | <link rel="next" title="中文用户向导" href="../zhindex.html"/> |
|
37 | 37 | <li class="toctree-l1"><a class="reference internal" href="guide.html#community-contributors-guide">Community Contributors’ Guide</a></li> |
38 | 38 | </ul> |
39 | 39 | <ul class="current"> |
40 | | -<li class="toctree-l1 current"><a class="current reference internal" href="#">What packages QPython doesn’t support NOW ?</a><ul> |
41 | | -<li class="toctree-l2"><a class="reference internal" href="#pygame">pygame</a></li> |
42 | | -</ul> |
43 | | -</li> |
| 40 | +<li class="toctree-l1 current"><a class="current reference internal" href="#">FAQ</a></li> |
44 | 41 | </ul> |
45 | 42 | <ul> |
46 | 43 | <li class="toctree-l1"><a class="reference internal" href="../zhindex.html">中文用户向导</a></li> |
|
58 | 55 | <div role="navigation" aria-label="breadcrumbs navigation"> |
59 | 56 | <ul class="wy-breadcrumbs"> |
60 | 57 | <li><a href="../index.html">Docs</a> »</li> |
61 | | -<li>What packages QPython doesn’t support NOW ?</li> |
| 58 | +<li>FAQ</li> |
62 | 59 | <li class="wy-breadcrumbs-aside"> |
63 | 60 | <a href="../_sources/en/faq.txt" rel="nofollow"> View page source</a> |
64 | 61 | </li> |
|
67 | 64 | </div> |
68 | 65 | <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> |
69 | 66 | <div itemprop="articleBody"> |
70 | | -<div class="section" id="what-packages-qpython-doesn-t-support-now"> |
71 | | -<h1>What packages QPython doesn’t support NOW ?<a class="headerlink" href="#what-packages-qpython-doesn-t-support-now" title="Permalink to this headline">¶</a></h1> |
72 | | -<div class="section" id="pygame"> |
73 | | -<h2>pygame<a class="headerlink" href="#pygame" title="Permalink to this headline">¶</a></h2> |
| 67 | +<div class="section" id="faq"> |
| 68 | +<h1>FAQ<a class="headerlink" href="#faq" title="Permalink to this headline">¶</a></h1> |
| 69 | +<p><strong>How to run qpython script from other terminals ?</strong></p> |
| 70 | +<ul class="simple"> |
| 71 | +<li>You could “share to” qpython from 3rd apps.</li> |
| 72 | +<li>You need to root the android device first, then soure the env vars (Just like the qpython wiki link you mentioned) and execute the /data/data/org.qpython.qpy/bin/python or /data/data/org.qpython.qpy/bin/python-android5 (for android 5 above)</li> |
| 73 | +</ul> |
| 74 | +<p><a class="reference external" href="http://stackoverflow.com/questions/32110131/how-to-run-android-qpython-script-from-cmd-droidedit-terminal">Case sample</a></p> |
| 75 | +<p><strong>Support pygame ?</strong></p> |
74 | 76 | <p>Even you could import pygame in QPython, but QPython doesn’t support pygame now.</p> |
75 | 77 | <p>We will consider to support it later, please follow us on facebook to get it’s progress.</p> |
76 | | -<p><a class="reference external" href="http://stackoverflow.com/questions/30489732/qpythonpygame-segmentation-fault">One issue sample</a></p> |
77 | | -</div> |
| 78 | +<p><a class="reference external" href="http://stackoverflow.com/questions/30489732/qpythonpygame-segmentation-fault">Case sample</a></p> |
78 | 79 | </div> |
79 | 80 | </div> |
80 | 81 | <div class="articleComments"> |
|
0 commit comments