unseenlaser / python-for-android

Automatically exported from code.google.com/p/python-for-android
Apache License 2.0
0 stars 0 forks source link

tkinter with androwish 8.6 #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. It is a feature request for tkinter.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Tablet Medion LifeTab, Android 4.1.1

Please provide any additional information below.
Since some time there is TK/Tcl version 8.6 for Android:
http://www.androwish.org/index.html/wiki?name=Example+Scripts
Documentation: http://wiki.tcl.tk/39249

It would be nice to have the tkinter interface (_tkinter.c).

Is that possible?

Best regards, Rudolf

p.s.: using the command "env" in wish gives:
EXTERNAL_STORAGE_USE_DATA=/storage/sdcard0
EXTERNAL_STORAGE=/storage/sdcard0
SECOND_VOLUME_STORAGE=/mnt/external_sd
THIRD_VOLUME_STORAGE=/mnt/usb_storage
PATH=/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin:/data/data/tk.tcl.w
ish/lib
LD_LIBRARY_PATH=/vendor/lib:/system/lib:/data/data/tk.tcl.wish/lib
ANDROID_BOOTLOGO=1
ANDROID_ROOT=/system
ANDROID_ASSETS=/system/app
ANDROID_DATA=/data
ASEC_MOUNTPOINT=/mnt/asec
LOOP_MOUNTPOINT=/mnt/obb
BOOTCLASSPATH=/system/framework/core.jar:/system/framework/core-junit.jar:/syste
m/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framewo
rk.jar:/system/framework/framework2.jar:/system/framework/android.policy.jar:/sy
stem/framework/services.jar:/system/framework/apache-xml.jar
RK_ADOBE_DE_MOBILE=1
EBOOK_PAGE_VISIBLE_NUMBER=2 
RK_ADEPT_DEVICE_TYPE=mobile
RK_ADOBE_DE_DOC_FOLDER=/mnt/sdcard/Digital Editions
RK_ADEPT_ACTIVATION_FILE=/mnt/sdcard/.adobe-digital-editions/activation.xml
RK_ADEPT_DEVICE_FILE=/mnt/sdcard/.adobe-digital-editions/device.xml
RK_ADEPT_DEVICE_SALT_FILE=/mnt/sdcard/.adobe-digital-editions/devicesalt
ADOBE_FONTS_DIR=/system/fonts/adobefonts/
ANDROID_PROPERTY_WORKSPACE=13,32768
ANDROID_SOCKET_zygote=14
LANG=de_DE.UTF-8
TZ=Europe/Amsterdam
TMPDIR=/data/data/tk.tcl.wish/cache
INTERNAL_STORAGE=/data/data/tk.tcl.wish/files
HOME=/data/data/tk.tcl.wish/files
EXTERNAL_FILES=/storage/sdcard0/Android/data/tk.tcl.wish/files
PACKAGE_CODE_PATH=/data/app/tk.tcl.wish-1.apk
PACKAGE_NAME=tk.tcl.wish
OBB_DIR=/storage/sdcard0/Android/obb/tk.tcl.wish
TCL_LIBRARY=/assets/tcl8.6
TK_LIBRARY=/assets/sdl2tk8.6
DISPLAY=:0.0
VU_LIBRARY=/assets/vu2.3

Original issue reported on code.google.com by reute...@gmail.com on 24 Apr 2015 at 6:16