Re: [Pythonmac-SIG] Voice/Speech recognition

2010-03-08 Thread Dan Ross
I thought of this too but was kind of hoping for a pure Python option. PyObjC may be the only route I'm finding Thank you for the suggestion David. On Mon, March 8, 2010 2:48 pm, David Warde-Farley wrote: > > On 3-Mar-10, at 10:45 PM, Dan Ross wrote: > >> I'd like to make an app/game for my

Re: [Pythonmac-SIG] Voice/Speech recognition

2010-03-08 Thread David Warde-Farley
On 3-Mar-10, at 10:45 PM, Dan Ross wrote: I'd like to make an app/game for my kids in which they would see a word, read it and the game would be able to recognize if they've read it correctly. Does anyone have any suggestions for speech/voice recognition? You ought to be able to leverag

Re: [Pythonmac-SIG] py2app and PyQt4

2010-03-08 Thread Christopher Barker
Emmanuel Blot wrote: I would like to write a setup.py script for py2app, but I keep bumping into an error I don't know how to resolve: How do I specify a dependency on PyQt4 ? First things first: Please specify exactly what versions and builds of python, pyqt4 and py2app, and OS-X you are usi