You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: