sinkuri256 / android-scripting

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

Python script closes immediately #483

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What device(s) are you experiencing the problem on?
LG Optimus GT540

What firmware version are you running on the device?
1.6

What steps will reproduce the problem?
1. Running a Python script

What is the expected output? What do you see instead?
I don't see any output, I only see notifications "xyz started." and then "xyz 
exited".

What version of the product are you using? On what operating system?
I'm using SL4A r3 and Python 2.6x on Android OS.

Original issue reported on code.google.com by marko.ma...@gmail.com on 5 Dec 2010 at 10:51

GoogleCodeExporter commented 9 years ago
I have the same problem on my Optimus Gt540. 
Even the interpreter doesnt work. It just starts and exits instantly.

Original comment by FelixKep...@googlemail.com on 4 Jan 2011 at 3:55

GoogleCodeExporter commented 9 years ago
Getting the same on my Nexus S running Gingerbread.

A quick look at netcat suggests that a segfault is being triggered. The first 
readable path is system/lib/libcrypto.so. The next one is _hashlib.so. After 
that is back to the Python executable.

Original comment by bcannon on 4 Jan 2011 at 8:38

GoogleCodeExporter commented 9 years ago
There were issues with 2.2 
The latest python for android apk's fix this problem.

Original comment by rjmatthews62 on 5 Mar 2011 at 2:14