Die Suche ergab 1 Treffer

von scheg12
Samstag 1. November 2014, 19:46
Forum: Allgemeine Fragen
Thema: python android
Antworten: 1
Zugriffe: 706

python android

Hallo allerseits,

bei ersten Tests mit python auf Android, ergab sich folgendes:

python
Python 2.7.2 (default, Nov 16 2012, 19:13:11)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import android, time
>>> droid = android.Android()
>>> droid ...