Re: [Tutor] Python Speech

2011-08-25 Thread Christopher King
It wasn't on the repo. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python Speech

2011-08-24 Thread Christopher King
I got the speech module to work actually, except for input. Only say works. Here's a traceback on speech.input. Traceback (most recent call last): File "C:\Python26\test.py", line 6, in print speech.input() File "C:\Python26\speech.py", line 162, in input listener = listenforanything(r

Re: [Tutor] Python Speech

2011-08-24 Thread Jeff Johnson
On 08/24/2011 10:17 AM, Alan Gauld wrote: On 24/08/11 18:09, Christopher King wrote: how do you unzip a gz on windows? Pretty much any zip tool (Qzip, Winzip etc) will handle gz files too. 7 zip works great on Windows for most formats. http://www.7-zip.org/ Jeff ---

Re: [Tutor] Python Speech

2011-08-24 Thread Christopher King
On Tue, Aug 23, 2011 at 8:46 PM, Alex Hall wrote: > Depending on what you want, you could try accessible_output. It requires platform_utils. Anything else? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://ma

Re: [Tutor] Python Speech

2011-08-24 Thread Alan Gauld
On 24/08/11 18:09, Christopher King wrote: how do you unzip a gz on windows? Pretty much any zip tool (Qzip, Winzip etc) will handle gz files too. -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ ___ Tutor maillist - T

Re: [Tutor] Python Speech

2011-08-24 Thread Christopher King
how do you unzip a gz on windows? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python Speech

2011-08-23 Thread Alex Hall
Sorry, the link is: http://hg.qwitter-client.net then select "accessible output". On 8/23/11, Christopher King wrote: > Sorry, forgot to hit reply all. > -- Have a great day, Alex (msg sent from GMail website) mehg...@gmail.com; http://www.facebook.com/mehgcap _

Re: [Tutor] Python Speech

2011-08-23 Thread Christopher King
Sorry, forgot to hit reply all. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python Speech

2011-08-23 Thread Alex Hall
Depending on what you want, you could try accessible_output. This uses the first available screen reader to speak, or sapi5 speech if no screen reader is loaded. I believe the link is: http://hg.qwitter-client.net/dependencies HTH. On 8/23/11, Steven D'Aprano wrote: > Christopher King wrote: >> H

Re: [Tutor] Python Speech

2011-08-23 Thread Steven D'Aprano
Christopher King wrote: Hello Tutors, I need help with text to speech and or speech to text. I know of two packages, but they require win32, which I can't get to work. The Win32 package was filled with pyd's and no py's..Could some one tell me how to get win32 to work or a package that doesn'

[Tutor] Python Speech

2011-08-23 Thread Christopher King
Hello Tutors, I need help with text to speech and or speech to text. I know of two packages, but they require win32, which I can't get to work. The Win32 package was filled with pyd's and no py's..Could some one tell me how to get win32 to work or a package that doesn't use it.