[python-win32] How Do You Make Your Speech or SAPI 5 Voices

Mark Hammond mhammond at skippinet.com.au
Fri Jun 27 04:00:33 CEST 2008


> But, the question of most importance is how to have my py2exe also 
> include the wrapper for installing a speech engine if none exist 
> on the destination computer.

What you probably need is to create an installer for your py2exe project, using something like Inno, NSIS or WiX.  This installer could then include the setup file for the speech engine and ask it to silently install.  Exactly how that would be done depends on the installer you choose and how the speech engine redistributable is package.

Then, your py2exe application can just assume it is there, safe in the knowledge that the installer took care of things.

I hope that answers the question you were asking :)

Cheers,

Mark



More information about the python-win32 mailing list