IOError: [Errno 2] No such file or directory: 'src/org/renpy/android/Configuration.java'

287 views
Skip to first unread message

Anton Adamiv

unread,
Dec 31, 2013, 8:53:29 PM12/31/13
to kivy-...@googlegroups.com
Hi!I want to create apt file. I install python-for-android, write path in .bashrc and use "bash distribute.sh -m "kivy"". I have error(from the theme of topic) when I write next command:

python dist/default/build.py --package com.test.hello --name hello --version 1.0 --dir /home/detonavomek/Documents/projects/hello/ debug

Full traceback:
Traceback (most recent call last):
  File "dist/default/build.py", line 412, in <module>
    make_package(args)
  File "dist/default/build.py", line 270, in make_package
    args=args)
  File "dist/default/build.py", line 69, in render
    f = file(dest, 'wb')
IOError: [Errno 2] No such file or directory: 'src/org/renpy/android/Configuration.java'

qua-non non

unread,
Jan 1, 2014, 8:16:41 AM1/1/14
to kivy-...@googlegroups.com
you are supposed to run the command from the dist/default directory itself as outlined in the docs, other wise it will fail complaining about missing files and wrong path.

Best Regard


--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Anton Adamiv

unread,
Jan 1, 2014, 10:15:36 AM1/1/14
to kivy-...@googlegroups.com
Thank you! It`s work.
Reply all
Reply to author
Forward
0 new messages