sinkuri256 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

Python: Cannot import grp, hg fails to launch. #493

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What device(s) are you experiencing the problem on?
Moto droid... 
What firmware version are you running on the device?
CM6 something.
What steps will reproduce the problem?
1.run the python interpreter
2.import grp

What is the expected output? What do you see instead?
It should import grp. http://docs.python.org/library/grp.html

ImportError: Cannot load library: link_image[2033]: failed to link grp.so

Original issue reported on code.google.com by Jackjrab...@gmail.com on 20 Dec 2010 at 6:02

GoogleCodeExporter commented 9 years ago
There is a known problem with gingerbread and python.
A trial fix is available here:
http://www.mithril.com.au/android/PythonForAndroid_x.apk

Original comment by rjmatthews62 on 9 Jan 2011 at 12:44

GoogleCodeExporter commented 9 years ago
Awesome will be able to work on getting hg-git voodoo started! :)

Original comment by Jackjrab...@gmail.com on 10 Jan 2011 at 1:37

GoogleCodeExporter commented 9 years ago
That fix doesn't seem to work I had to uninstall python first...

Original comment by Jackjrab...@gmail.com on 13 Jan 2011 at 1:35

GoogleCodeExporter commented 9 years ago
I'm pretty sure this has been fixed.
If the problem persists, raise an issue here:
http://code.google.com/p/python-for-android/

Original comment by rjmatthews62 on 9 Apr 2012 at 1:10