This was a problem with chmod'ing external storage files once upzipped. I'm not sure why this would have ever worked even on lower apis though. It doesnt make sense that you can chmod something not in its own private user space, i.e. public external storage. However, the python executables in private space are okay to chmod the files. ( fyi: chmod technique that damon came up with for with this never google/android official )
There does not need to be any modification of privileges on these files once unzipped for the python interpreter to use for imports. I fixed this bug by modifying the Utils and ScriptActivity java files. You will no longer get the EPERM errors on install. I forked this project and added the PIE executables too so this you can run python apks on api 5.0 or greater now. my repos is here : https://github.com/ainsophical/droid-python Cheers, -Michael -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/293107af-f5af-49a5-8a37-120b6100ab39%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

