sinkuri256 / android-scripting

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

Socket.error[Errno 111] #476

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
HTC DREAM

Cyanogen 6.1 RC1

What steps will reproduce the problem?
1.Installed SL4A
2.Installed Python interpreter
3.ran hello_world.py

Expected output: a toast saying hello world
Instead it gives the following output:
 Trackback(most recent call last):
   File"mnt/sdcard/sl4a/scripts/hello_world.py", line 2, in <module>
     droid = android.Android()
   File "mnt/sdcard/com.googlecode.pythonforandroid/extras/python/android.
py", line 34, in__init__
      self.conn = socket.create.connection(addr)
   File "home/damonkohler/ase_src/python/src/android/python/lib/python2.6/
socket.py",line 512 in create_connection
socket.error: [Errno 111] Connection refused

Android 2.2 pythong 2.6.2

I can provide any information that you might need

Original issue reported on code.google.com by gandhi.r...@gmail.com on 13 Nov 2010 at 3:41

GoogleCodeExporter commented 9 years ago
Has this been tried with latest sl4a_r4x and/or latest python port?

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

GoogleCodeExporter commented 9 years ago
Please confirm issue persists with latest python builds.
See: http://code.google.com/p/python-for-android/
If so, raise a fresh issue there.

Original comment by rjmatthews62 on 17 Mar 2011 at 10:43