> 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

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to