Hi,
I have downloaded a code for Speech Recognition using Windows API (SAPI 5.1).
In this part of code: class ContextEvents(win32com.client.getevents("SAPI.SpSharedRecoContext")):
I get this error:
class ContextEvents(win32com.client.getevents("SAPI.SpSharedRecoContext")):
TypeError: Error when calling the metaclass bases
cannot create 'NoneType' instances
I checked and found that win32com.client.getevents("SAPI.SpSharedRecoContext")
returns None
I did search all over the net but couldn't find why this happens and how I can fix it.
Please help me.
Thanks.