Re: Touch screen development in Python

2016-07-13 Thread Jahn
I would like to learn more how to write python based touch application for embedded system but I do not know what conditions a touch screen must have so that it will response to touch. Does anyone know? > On 11.07.2016 19:21, Jahn wrote: > > Does anyone use Python for de

Re: Touch screen development in Python

2016-07-12 Thread Jahn
I was thinking about Python touch screen applications for industrial boards( computers). If I have a touch screen with that industrial board, what I must have installed to be able to write touch screen applications in Python? > On 11.07.2016 19:21, Jahn wrote: > > Does anyone u

Touch screen development in Python

2016-07-11 Thread Jahn
Hi , Does anyone use Python for developping applications that work with a touch screen? --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- https://mail.python.org/mailman/listinfo/python-list

PIL module for 64bit Python 2.7

2015-11-06 Thread Jahn
Can anyone lat me know where I can download PIL module for 64bit Python 2.7 ? I found for 32 bit Python 2.7 only and the installation ended with an error that the Python 2.7 was not found in registers. Thank you --- This email has been checked for viruses by Avast antivirus software.

How to compare lists

2015-09-01 Thread Jahn
1. How can I save 256 lists, each list has 32 values( hexadecimal numbers) 2. How to compare the saved lists with another 256 lists ( that are read online and have the same structure as the list one)? ( the first list must be saved in the previous step) E.g Thanks --