-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. İnstalled PyDroid on Android device (4.0)
2. Opened adb shell, and tryed to active RPC Launcher (whith this:
https://code.google.com/p/android-python27/wiki/TutorialHowToRunPythonfromShell
)
What is the expected output? What do you see instead?
PyDroid example's error is pyqt-error.txt:
Traceback (most recent call last):
File "/data/data/org.kde.necessitas.example.PyDroid/files/main.py", line 35, in <module>
main()
File "/data/data/org.kde.necessitas.example.PyDroid/files/main.py", line 20, in main
droid=android.Android()
File "/data/data/org.kde.necessitas.example.PyDroid/files/python/lib/python2.7/android.py", line 34, in __init__
self.conn = socket.create_connection(addr)
File "/home/tsheasha/GUC/Bachelors/android-python27/python-build/build/lib/python2.7/socket.py", line 553, in create_connection
gaierror: [Errno 8] hostname nor servname provided, or not known.
What version of the product are you using? On what operating system?
Lubuntu 13.10
Please provide any additional information below.
How to active RPC server launcher and use SL4A on PyDroid?
Original issue reported on code.google.com by edips...@gmail.com on 25 Feb 2014 at 8:04