[Async-sig] Asyncio-tkinter hope this is the right thread for this
Ludovic Gasc
gmludo at gmail.com
Fri Oct 6 14:30:25 EDT 2017
Hi Tim,
I know I don't answer directly to your question, but we have already made a
small application with AsyncIO + Quamash:
https://github.com/harvimt/quamash
It uses Qt for the rendering.
To my little experience it works pretty well, and for my point of view, Qt
rendering is nicer than tk.
And Qt is LGPL since a long time ago, no more license issues like in the
past.
Regards.
--
Ludovic Gasc (GMLudo)
Lead Developer Architect at ALLOcloud
https://be.linkedin.com/in/ludovicgasc
2017-09-02 23:26 GMT-04:00 Tim Jones via Async-sig <async-sig at python.org>:
> Hi I am trying to build an application on the raspberry Pi using python3.6
> and tkinter for the GUI. It is an entry system for a community project and
> so I need to be able to receive FOB swipe data into the application which
> is running a tkinter user interface.
>
> Any who I have all the components working ok but can't seem to get them to
> work together. I am trying to use asyncio but keep clashing with the
> tkinter event loop, so my question is can the asyncio loop work
> cooperatively with the tkinter loop?
>
> Do I need to create a seperate thread, or is there some other solution
> available?
>
> Any help with this would be greatly appreciated
>
> Regards tim
>
> Sent from my iPad
> _______________________________________________
> Async-sig mailing list
> Async-sig at python.org
> https://mail.python.org/mailman/listinfo/async-sig
> Code of Conduct: https://www.python.org/psf/codeofconduct/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/async-sig/attachments/20171006/9d8bf8bb/attachment.html>
More information about the Async-sig
mailing list