python-for-android
python-for-android copied to clipboard
Issue importing modules in Py4A
Hi guis,
I have this error message importing modules in Python for Android:
Errorjava.io.FileNotFoundException:/data/data/com.googlecode.pythonforandroid/files/python/egg-info/python_r-*.zip/files.txt: open failed: ENOENT (No such file or directory)
where * is all versions of modules that I have download and tested.
I have seach for this file in my device and "/data/data/com.googlecode.pythonforandroid/files/python/" exists. However, for example, the structure "egg-info/python_r-1.zip/files.txt" don't exists.
If someone zips and sends to me this part of structure will solved this issue? Someone can help me?
Thanks a lot.
P.S.: I have putted python_r-*.zip files in the download folder yet.
Hi @wfreed777 . The import module function is not tested for long time. I would confirm the issue but it will not be resolved.
please use pip in this time.