Open GoogleCodeExporter opened 9 years ago
Tried importing three modules till now. All of them return the same error.
Original comment by ssdragon...@gmail.com
on 15 May 2014 at 6:15
same
Original comment by elingqis...@gmail.com
on 17 Nov 2014 at 12:11
I found a workaround for this problem. Converting the modules to egg files and
then importing them on Python for Android works fine.
Original comment by ssdragon...@gmail.com
on 17 Nov 2014 at 12:37
[deleted comment]
can you share the needed egg files?
i have trouble in building the egg files by myself
thank you
Original comment by elingqis...@gmail.com
on 18 Nov 2014 at 5:08
Please let me know what modules you need and I will mail them.
Anyway, try this:
python setup.py bdist_egg
in the folder that contains the setup.py of the module. The egg file will be
created in a folder called dist in that folder.
Original comment by ssdragon...@gmail.com
on 18 Nov 2014 at 10:16
I need these , thank you very very much.
https://python-for-android.googlecode.com/files/python-lib_r16.zip
https://python-for-android.googlecode.com/files/python_r16.zip
https://python-for-android.googlecode.com/files/python_extras_r14.zip
https://python-for-android.googlecode.com/files/python_scripts_r13.zip
Original comment by elingqis...@gmail.com
on 18 Nov 2014 at 10:47
I dont think you need to import them. There is an apk version of Python for
Android available which you use.
Original comment by ssdragon...@gmail.com
on 18 Nov 2014 at 10:50
but when i use the python-for-android.apk it download these files but it occur
this problem when it unzip the zip files
Original comment by elingqis...@gmail.com
on 18 Nov 2014 at 11:01
Original issue reported on code.google.com by
ssdragon...@gmail.com
on 15 May 2014 at 6:14Attachments: