Thread: Speech
View Single Post
  #4  
Old 04-08-2011, 04:51 AM
nige777 nige777 is offline
Member
 
Join Date: Nov 2007
Location: UK
Posts: 78
Interestingly I have just managed to manipulate the IFCsvr activeX object with no problems - however I am using this within my code-
Code:
from win32com.client import gencache
gencache.EnsureModule('{B2173F4D-1371-4649-8554-310D6DC1734F}', 0, 1, 4)
I've noticed this method is different to what's being used in the Speek script (as it is presented in the knowledgebase article), what am I doing wrong can anyone tell?
Reply With Quote