renpytom / rapt-pygame-example

Example of using RAPT to package Pygame(_sdl2) games.
231 stars 39 forks source link

Error on build/install #12

Closed kirkins closed 7 years ago

kirkins commented 7 years ago

Used the configure command from readme instructions successfully. Now trying to run android.py --launch buildbut failing.

[kirkins@philip-pc rapt]$ !516
sudo python2 android.py --launch build ~/code/python/Brain_Music release install

Updating source code.

Updating build files.

Traceback (most recent call last):
  File "android.py", line 69, in <module>
    main()
  File "android.py", line 54, in main
    build.build(iface, args.argument[0], args.argument[1:], launch=args.launch)
  File "buildlib/rapt/build.py", line 498, in build
    "--library", plat.path("extras/google/market_apk_expansion/downloader_library", relative=True),
  File "buildlib/rapt/interface.py", line 238, in call
    subprocess.check_call(args, cwd=plat.RAPT_PATH)
  File "/usr/lib/python2.7/subprocess.py", line 181, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 168, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 390, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
kirkins commented 7 years ago

Should report this in rapt repo instead.