Jahn wrote: > 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?
If you go with Kivy (its built for multitouch graphical interactive applications, can work on Windows, Linux, MacOSX, Android), see the following page for requirements: https://kivy.org/docs/installation/installation.html And learning how to use it (see examples). https://kivy.org/docs/examples/gallery.html Really, give it a try, even on your mouse controlled interface. A+ Laurent. -- https://mail.python.org/mailman/listinfo/python-list