Path: csiph.com!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: simple GUI environment Date: Wed, 06 Mar 2013 12:18:18 +1300 Lines: 11 Message-ID: References: <513609E2.30403@timgolden.me.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net MX+ly1hq+MzU+JFPhfMIewzqk+/x4j5xG+xOLuZR7xfdGmA1T0Yx3lRbEyNTolVpuv Cancel-Lock: sha1:RmKP/Erw6184n7yOYajHDODZKEI= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: Xref: csiph.com comp.lang.python:40577 Eric Johansson wrote: > the only thing that would make it better is > if either of these kits used standard Rich text edit controls under > Windows so I can speech enable these applications. PyGUI's TextEditor is based on the rich edit control in Windows. It doesn't currently expose all of its capabilities, but if speech is all you want, it might be sufficient. -- Greg