Note that there are some explanatory texts on larger screens.

plurals
  1. POPython - Pygame For android errors
    text
    copied!<p>I was following <a href="http://pygame.renpy.org/android-packaging.html" rel="nofollow noreferrer">the documentation of pgs4a</a>, where in the build part I got a <code>WindowsError [Error 2]</code>.<br> The Command and Traceback:</p> <pre><code>C:\Users\karuna\Desktop\Jython\Python\pgs4a-0.9.4&gt;android.py build "C:\Users\karuna\Desktop\Jython\P ython\pgs4a-0.9.4\mygame" release install Updating build files. Traceback (most recent call last): File "C:\Users\karuna\Desktop\Jython\Python\pgs4a-0.9.4\android.py", line 66, in &lt;module&gt; main() File "C:\Users\karuna\Desktop\Jython\Python\pgs4a-0.9.4\android.py", line 54, in main build.build(iface, args.argument[0], args.argument[1:]) File "buildlib\build.py", line 301, in build build_core(iface, directory, commands) File "buildlib\build.py", line 221, in build_core subprocess.call([plat.android, "update", "project", "-p", '.', '-t', 'android-8', '-n', versione d_name]) File "C:\Python2.7 For Chintoo\lib\subprocess.py", line 493, in call return Popen(*popenargs, **kwargs).wait() File "C:\Python2.7 For Chintoo\lib\subprocess.py", line 679, in __init__ errread, errwrite) File "C:\Python2.7 For Chintoo\lib\subprocess.py", line 893, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified </code></pre> <p>As obvious,<br> I am using Windows 7, and have: </p> <ul> <li>Python 2.7.3 </li> <li>JDK</li> <li>Android Emulator</li> <li>Device drivers for my Sony Tipo.</li> </ul> <p>Please help!<br> By the way, I would prefer to get this running on my phone first. I am thinking of moving to the emulator later(after the tutorial is completed).</p> <p>Is this question more suitable for <a href="https://android.stackexchange.com/">https://android.stackexchange.com/</a>?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload