<div dir="ltr">Hi Tim,<div><br></div><div>I know I don't answer directly to your question, but we have already made a small application with AsyncIO + Quamash:</div><div><a href="https://github.com/harvimt/quamash">https://github.com/harvimt/quamash</a><br>It uses Qt for the rendering.</div><div><br></div><div>To my little experience it works pretty well, and for my point of view, Qt rendering is nicer than tk.</div><div>And Qt is LGPL since a long time ago, no more license issues like in the past.</div><div><br></div><div>Regards.</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">--<br><div style="font-size:small"><div>Ludovic Gasc (GMLudo)</div><div>Lead Developer Architect at ALLOcloud</div><div><a href="https://be.linkedin.com/in/ludovicgasc" target="_blank">https://be.linkedin.com/in/ludovicgasc</a></div></div></div></div></div></div></div>
<br><div class="gmail_quote">2017-09-02 23:26 GMT-04:00 Tim Jones via Async-sig <span dir="ltr"><<a href="mailto:async-sig@python.org" target="_blank">async-sig@python.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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.<br>
<br>
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?<br>
<br>
Do I need to create a seperate thread, or is there some other solution available?<br>
<br>
Any help with this would be greatly appreciated<br>
<br>
Regards tim<br>
<br>
Sent from my iPad<br>
______________________________<wbr>_________________<br>
Async-sig mailing list<br>
<a href="mailto:Async-sig@python.org">Async-sig@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/async-sig" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/async-sig</a><br>
Code of Conduct: <a href="https://www.python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">https://www.python.org/psf/<wbr>codeofconduct/</a><br>
</blockquote></div><br></div>