thanks for the quick reply
Le mercredi 5 octobre 2016, 16:40:07 CEST Alexander Taylor a écrit :
> 2) requirements without recipes are pulled from pip. There isn't a
> convenient way to include local packages automatically, but you can just
> put them in your code folder.
I've tried to use a symbolic link, it doesn't seems to work neither (would be
a simple workaround). I'm using a bind mount for the moment, it works fine.
> 3) python-for-android assumes a main.py entry point. It would be possible
> (and not hard) to add an option for something else, but nobody has done it.
> A PR adding this functionality would probably be welcome.
yes sure, that should be an easy entry point to the code, I'll check it when I
have some time
> 5) Could you post (or link to a pastebin with) the full log, not just this
> part?
yes, I realised than my buildozer.spec was not good (I have made a fresh one
and forgot to change the values), but after doing it I have a different error,
still related to ant:
https://paste.debian.net/857784/
here is the buildozer.spec:
https://paste.debian.net/857786/
thanks!
Goffi