Google Code Exporter
Google Code Exporter
``` Forget me last comment, got it working now. ``` Original comment by `[email protected]` on 11 Aug 2012 at 8:26
``` How is it working? I have the same issue. ``` Original comment by `[email protected]` on 10 Jun 2013 at 12:45
``` You need to rebuild Python with ipv6 enabled, see patch for Python 2.7: http://code.google.com/p/android-python27/source/browse/python-build/patch/Pytho n-2.7.2-enable_ipv6.patch ``` Original comment by `[email protected]` on 10 Jun 2013 at 12:49
``` Ok thanks. Is there no APK Package yet? If you have python could you provide it somewhere? ``` Original comment by `[email protected]` on 10 Jun 2013 at 12:52
``` You can build your own APK following instructions there: http://code.google.com/p/android-python27/ (Python 2.7 with ipv6 would be embeded) ``` Original comment by `[email protected]` on 10 Jun 2013 at 12:55
``` Ah ok these are ust zip packages. Is it statically linked? So you could just provide the binary. ``` Original comment by `[email protected]` on 10 Jun 2013 at 12:55
``` Ooops, i edited that last comment. I asked whether there is no python with ipv6 readily availabe? ``` Original comment by `[email protected]` on 10 Jun 2013 at 12:56
``` ok thx for the info for the instructions ``` Original comment by `[email protected]` on 10 Jun 2013 at 12:56
``` Python is known to eat all CPU available in a while loop with no sleep, 4 cores, 25% ;). ``` Original comment by `[email protected]` on 20 Aug 2012 at...
``` hmm... interesting... i've googled a bit & this seems to be a common question in Python and the "solutions" that i seem to come across seem to involve using...