Hello every one, I'm new here and this is my first post I hope that you enjoy.
A month ago I got my Kindle touch 7 generation (AKA KT2), since I saw that the device have a python environment I start to seek an PyQt environment to program or port some PyQt aplications whithout results.
For the people who don't know QT if an amazing framework for GUIs an have other tools for networking databases an others and PyQt is a wrapper tho allow use QT in Python.
Then I decided to do it my self, but the task was hard because I did not haven experiences developping for thes devices, after days of study and asking for some people I make the environment work.
Using the PyGTK environment in
https://www.mobileread.com/forums/sho...0&postcount=38
I add the Qt librarys an the PyQt librarys from the Debian armel repository, modify the scripts to set up the environment. In the PyQt applications is important to put the magic string in the windows title to see the application.
To install the environment you must have install KUAL launcher, then extract the zip on the extension folder then you will see the menu "PyQt APPs" in KUAL for now this will run a example application in PyQt, if you have installed the kterm in your Kindle thet you can prove the text editor example application ported to Kindle stored in /mnt/us/extension/python/runitPyQt.sh
I did't tied on other devices. If work in others devices please notify us
Autor: Francisco Perdigon Romero (aka bosito7)
Special Thanks for David Boddie (aka dboddie), knc1, blkhawk.
The links for download the environment:
Google Drive:
https://drive.google.com/folderview?...zQ&usp=sharing
Dropbox:
https://www.dropbox.com/sh/onpn4v2en...xPV5BJpua?dl=0
GitHub (the last updates will be here):
https://github.com/bosito7/kindle_Python_PyQt_env
Here some images: